Skip to content

Commit

Permalink
ci: also ignore merge commits
Browse files Browse the repository at this point in the history
  • Loading branch information
papanito committed Dec 4, 2021
1 parent 294ddc5 commit 4be5696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
- name: Set current version
run: echo $RELEASE_VERSION > ./VERSION
- name: Create changelog
run: auto-changelog --ignore-commit-pattern "\[?ci|docu|meta\]?|fixup" --release-summary
run: auto-changelog --ignore-commit-pattern "\[?ci|docu|Merge|meta\]?|fixup" --release-summary
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "[meta] Update changelog, bump version"
commit_message: "meta: Update changelog, bump version"
file_pattern: ./VERSION ./CHANGELOG.md
commit_user_name: My GitHub Actions Bot
commit_user_email: [email protected]
Expand Down

0 comments on commit 4be5696

Please sign in to comment.