We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cfb9be commit c298074Copy full SHA for c298074
.github/workflows/ci.yml
@@ -75,6 +75,7 @@ jobs:
75
if: github.event_name == 'release'
76
run: |
77
sed -i '3i ## Unreleased\n' CHANGELOG.md
78
+ git checkout auto-version
79
git config user.name github-actions
80
git config user.email [email protected]
81
git add CHANGELOG.md
0 commit comments