Skip to content

Commit

Permalink
fix(ci): Fix excludeTypes
Browse files Browse the repository at this point in the history
Signed-off-by: macinsight <gh@macinsight.net>
  • Loading branch information
macinsight committed Nov 28, 2023
1 parent 6c021ac commit 74df28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fromTag: ${{ github.ref_name }}
toTag: ${{ env.previousTag }}
writeToFile: true
excludeTypes: build.other,style
excludeTypes: build,other,style
reverseOrder: true

- name: Commit CHANGELOG.md
Expand Down

0 comments on commit 74df28f

Please sign in to comment.