File tree Expand file tree Collapse file tree 4 files changed +44
-37
lines changed Expand file tree Collapse file tree 4 files changed +44
-37
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
1717 contents : write
1818
1919 steps :
20- # Step 1: Checkout the repository code
20+ # Checkout the repository code
2121 - name : Checkout code
22222323 with :
2424 fetch-depth : 0 # Fetches all history for all branches and tags
2525
26- # Step 2: Generate a changelog for the new release using Git
26+ # Generate a changelog for the new release using Git
2727 - name : Generate a changelog
28282929 id : git-cliff
3333 env :
3434 OUTPUT : CHANGES.md # The output file for the changelog
3535
36- # Step 3: Prepare release notes by processing the generated changelog
36+ # Prepare release notes by processing the generated changelog
3737 - name : Set the release notes
3838 id : release
3939 shell : bash
4949 echo "EOF"
5050 } >> $GITHUB_OUTPUT
5151
52- # Step 4: Create a new GitHub release using the gathered information
52+ # Create a new GitHub release using the gathered information
5353 - name : Create the release
54- uses : nekofar/create-github-release@develop
54+ uses : nekofar/create-github-release@v1.0.0-beta.6
5555 with :
5656 token : ${{ github.token }} # Authentication token from GitHub
5757 tag : ${{ github.ref_name }} # The name of the tag to be released
Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 1.0.0-beta.6] - 2023-07-23
6+
7+ ### <!-- 07 --> Continuous Integrations
8+
9+ - Refactor comments and update action in release workflow
10+
11+ ### <!-- 08 --> Miscellaneous Tasks
12+
13+ - Bump clsx from 1.2.1 to 2.0.0
14+ - Bump postcss from 8.4.26 to 8.4.27
15+
516## [ 1.0.0-beta.5] - 2023-07-21
617
718### <!-- 07 --> Continuous Integrations
Original file line number Diff line number Diff line change 11{
22 "name" : " nextjs-lingui-template" ,
3- "version" : " 1.0.0-beta.5 " ,
3+ "version" : " 1.0.0-beta.6 " ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev" ,
1818 "@heroicons/react" : " 2.0.18" ,
1919 "@lingui/core" : " 4.3.0" ,
2020 "@lingui/react" : " 4.3.0" ,
21- "clsx" : " 1.2.1 " ,
21+ "clsx" : " 2.0.0 " ,
2222 "langs" : " 2.0.0" ,
2323 "next" : " 13.4.11" ,
2424 "react" : " 18.2.0" ,
3838 "eslint" : " 8.45.0" ,
3939 "eslint-config-next" : " 13.4.11" ,
4040 "eslint-config-prettier" : " 8.8.0" ,
41- "postcss" : " 8.4.26 " ,
41+ "postcss" : " 8.4.27 " ,
4242 "prettier" : " 3.0.0" ,
4343 "prettier-plugin-organize-imports" : " 3.2.3" ,
4444 "prettier-plugin-tailwindcss" : " 0.4.1" ,
You can’t perform that action at this time.
0 commit comments