File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 88 generate :
99 runs-on : " ubuntu-latest"
1010 steps :
11+ - name : Install gitchglog
12+ run : |
13+ wget https://github.com/git-chglog/git-chglog/releases/download/v0.15.4/git-chglog_0.15.4_linux_amd64.tar.gz
14+ tar -xvzf git-chglog_0.15.4_linux_amd64.tar.gz
1115 - name : Check out repo
1216 uses : actions/checkout@v4
1317 with :
1418 fetch-tags : true
1519 fetch-depth : 0
1620 repository : " Govcraft/rust-docs-mcp-server"
1721 ref : ${{ github.head_ref }}
18-
19- - name : Install gitchglog
20- run : |
21- wget https://github.com/git-chglog/git-chglog/releases/download/v0.15.4/git-chglog_0.15.4_linux_amd64.tar.gz
22- tar -xvzf git-chglog_0.15.4_linux_amd64.tar.gz
23-
2422 - name : Generate changelog
2523 run : ./git-chglog -o CHANGELOG.md
2624
3028 git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
3129 git add './CHANGELOG.md'
3230 git commit -m "chore(docs): update CHANGELOG for latest tag"
33- git push origin HEAD:main
31+ git push
You can’t perform that action at this time.
0 commit comments