Skip to content

Commit

Permalink
Add changelog:nope to release.yml (#1059)
Browse files Browse the repository at this point in the history
Before, they were sorted into "no category" like all untagged PRs, which
wasn't very useful. After all we set `changelog:nope` specifically bc we
already decided that it doesn't need to be in the changelog.
  • Loading branch information
owi92 authored Jan 10, 2024
2 parents e831912 + 3ed0a08 commit 2559713
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ changelog:
labels: ['changelog:admin']
- title: Changes primarily for developers
labels: ['changelog:dev']
- title: 'NOPE: delete from changelog'
labels: ['changelog:nope']
- title: No category
labels: ['*']

0 comments on commit 2559713

Please sign in to comment.