Skip to content

Commit

Permalink
Exclude issues with no-a-bug label from release (#1704)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasmarian authored Dec 4, 2023
1 parent cdeec1f commit ab3b337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ docker run -it --rm -e CHANGELOG_GITHUB_TOKEN -v "$(pwd)":/usr/local/src/your-ap
githubchangeloggenerator/github-changelog-generator \
-u zalando -p logbook \
--future-release ${release} \
--exclude-labels "duplicate,question,invalid,wontfix,stale"
--exclude-labels "duplicate,question,invalid,wontfix,stale,not-a-bug"

git commit -am "Release ${release}"

Expand Down

0 comments on commit ab3b337

Please sign in to comment.