File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -14,17 +14,14 @@ jobs:
1414 fetch-tags : true
1515 fetch-depth : 0
1616 repository : " Govcraft/rust-docs-mcp-server"
17- ref : ${{ github.head_ref }}
1817 - run : |
1918 wget https://github.com/git-chglog/git-chglog/releases/download/v0.15.4/git-chglog_0.15.4_linux_amd64.tar.gz
2019 tar -xvzf git-chglog_0.15.4_linux_amd64.tar.gz
21- git switch -c changelog-update
2220 ./git-chglog -o CHANGELOG.md
23- # merge the changelog-update branch into the main branch
21+ rm git-chglog_0.15.4_linux_amd64.tar.gz
22+ rm git-chglog
2423 git config user.name "github-actions[bot]"
2524 git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
26- git add './CHANGELOG.md'
25+ git add .
2726 git commit -m "chore(docs): update CHANGELOG for latest tag"
28- git checkout main
29- git merge changelog-update --no-ff -m "chore(docs): update CHANGELOG for latest tag"
3027 git push
You can’t perform that action at this time.
0 commit comments