Skip to content

Commit

Permalink
ci(changelog): exclude docs commits
Browse files Browse the repository at this point in the history
Due to current issue in changelog action. requarks/changelog-action#51
  • Loading branch information
nsenave committed Feb 23, 2024
1 parent 59f4eb5 commit 1a3d55b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ jobs:
with:
fromTag: ${{ needs.check-version.outputs.release-version }}
toTag: ${{ steps.previousTag.outputs.previousTag}}
excludeTypes: style,chore,other
excludeScopes: changelog # do not include changelog commits
excludeTypes: docs,style,chore,other
token: ${{ secrets.GITHUB_TOKEN }}
writeToFile: true
changelogFilePath: 'CHANGELOG.md'
Expand Down

0 comments on commit 1a3d55b

Please sign in to comment.