Skip to content

Commit

Permalink
fix changelog builds
Browse files Browse the repository at this point in the history
  • Loading branch information
zznty committed Nov 28, 2023
1 parent ad030d8 commit bc487ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ jobs:
toTag: ${{ needs.compute-version.outputs.version }}
includeInvalidCommits: true
writeToFile: false
excludeTypes: ''
excludeTypes: 'docs'
useGitmojis: false

- name: Write Changelog
if: ${{ github.ref == 'refs/heads/develop' }}
Expand Down

0 comments on commit bc487ae

Please sign in to comment.