Skip to content

Commit

Permalink
ci: ignore any merge commit in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jug-dev committed Apr 12, 2023
1 parent a84b7b2 commit 5c3c777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
if: ${{ steps.release.outputs.version != '' }}
run: |
npm -g install auto-changelog
auto-changelog --template=.changelog --ignore-commit-pattern="update changelog" --ignore-commit-pattern="version bump"
auto-changelog --template=.changelog --ignore-commit-pattern="update changelog" --ignore-commit-pattern="version bump" --ignore-commit-pattern="Merge pull"
# Try to add the changelog back to the releases branch
- uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit 5c3c777

Please sign in to comment.