File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 workflow_dispatch :
1010 inputs :
1111 tag :
12- description : ' Generate changelog for specific tag (e.g., v0.1.0). Leave empty for unreleased changes.'
12+ description : " Generate changelog for specific tag (e.g., v0.1.0). Leave empty for unreleased changes."
1313 required : false
1414 type : string
1515 commit :
16- description : ' Commit and push the generated CHANGELOG.md'
16+ description : " Commit and push the generated CHANGELOG.md"
1717 required : false
1818 type : boolean
1919 default : false
@@ -29,12 +29,12 @@ jobs:
2929 - name : Checkout code
3030 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
3131 with :
32- fetch-depth : 0 # Fetch all history for changelog generation
32+ fetch-depth : 0 # Fetch all history for changelog generation
3333
3434 - name : Install git-cliff
3535 uses : taiki-e/install-action@331a600f1b10a3fed8dc56f925012bede91ae51f
3636 with :
37- tool : git-cliff@2.8.1
37+ tool : git-cliff@2.10.0
3838
3939 - name : Generate changelog
4040 id : changelog
Original file line number Diff line number Diff line change 8585 - name : Install git-cliff
8686 uses : taiki-e/install-action@331a600f1b10a3fed8dc56f925012bede91ae51f
8787 with :
88- tool : git-cliff@2.8.1
88+ tool : git-cliff@2.10.0
8989
9090 - name : Generate release notes
9191 id : release_notes
You can’t perform that action at this time.
0 commit comments