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 5333895 commit 4a65a10Copy full SHA for 4a65a10
.github/workflows/release.yml
@@ -34,4 +34,13 @@ jobs:
34
token: ${{ secrets.GITHUB_TOKEN }}
35
author: true
36
releaseUrl: ${{ steps.release.outputs.url }}
37
- issues: true
+ issues: true
38
+ pullRequests: true
39
+ dueTag: ${{ steps.version_tag.outputs.tag }}
40
+ - uses: stefanzweifel/git-auto-commit-action@v5
41
+ with:
42
+ commit_message: "Update CHANGELOG.md"
43
+ branch: master
44
+ commit_options: '--no-verify --signoff'
45
+ file_pattern: CHANGELOG.md
46
+ file_pattern: .github/CHANGELOG.md
0 commit comments