Skip to content

Commit

Permalink
Ignore priority/wontfix for changelog (#323)
Browse files Browse the repository at this point in the history
If we won't fix it, it doesn't belong in the changelog! 😃

Work on #313
  • Loading branch information
markmandel authored Jul 8, 2021
1 parent 90aa0dd commit 361dcb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ steps:
entrypoint: sh
args:
- '-c'
- 'github_changelog_generator --user=googleforgames --project=quilkin --bug-labels=kind/bug --enhancement-labels=kind/feature --breaking-labels=kind/breaking --security-labels=area/security --future-release "v$(cat ./version)" --release-branch=main --token $$GH_TOKEN'
- 'github_changelog_generator --user=googleforgames --project=quilkin --bug-labels=kind/bug --enhancement-labels=kind/feature --breaking-labels=kind/breaking --security-labels=area/security --exclude-labels=duplicate,question,invalid,wontfix,priority/wontfix --future-release "v$(cat ./version)" --release-branch=main --token $$GH_TOKEN'
secretEnv:
- GH_TOKEN
artifacts:
Expand Down

0 comments on commit 361dcb1

Please sign in to comment.