We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b71e7dd commit d989028Copy full SHA for d989028
.github/workflows/reusable_publish_changelog.yml
@@ -29,5 +29,5 @@ jobs:
29
- name: Update Changelog in trunk
30
run: |
31
git add CHANGELOG.md
32
- git commit -m "chore(ci): update changelog with latest changes"
+ git commit -m "update changelog with latest changes"
33
git push origin HEAD:refs/heads/develop
0 commit comments