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 c080c91 commit 086ce86Copy full SHA for 086ce86
.github/workflows/on_release_notes.yml
@@ -17,14 +17,14 @@ jobs:
17
echo "RELEASE_TAG_VERSION=${RELEASE_TAG_VERSION:1}" >> $GITHUB_ENV
18
- name: Generate changelog
19
run: make changelog
20
- - name: Git setup
+ - name: Git setup
21
run: |
22
# setup the username and email. I tend to use 'GitHub Actions Bot' with no email by default
23
git config user.name "Release bot"
24
git config user.email "<>"
25
26
- name: Update Changelog in trunk
27
28
- git add CHANGELOG
+ git add CHANGELOG.md
29
git commit -m "chore(ci): update changelog with version ${RELEASE_TAG_VERSION}"
30
git push origin master
0 commit comments