Skip to content

Commit

Permalink
Update labels used in release notes (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
nscuro authored Apr 26, 2024
1 parent 4d1579c commit 0ed1611
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
- [ ] I have read and understand the [contributing guidelines](../CONTRIBUTING.md#pull-requests)
- [ ] This PR fixes a defect, and I have provided tests to verify that the fix is effective
- [ ] This PR implements an enhancement, and I have provided tests to verify that it works as intended
- [ ] This PR introduces changes to the database model, and I have added corresponding [update logic](https://github.com/DependencyTrack/dependency-track/tree/master/src/main/java/org/dependencytrack/upgrade)
- [ ] This PR introduces new or alters existing behavior, and I have updated the [documentation](https://github.com/DependencyTrack/dependency-track/tree/master/docs/_docs) accordingly
- [ ] This PR introduces changes to the database model, and I have updated the [migration changelog](https://github.com/DependencyTrack/hyades-apiserver/tree/main/src/main/resources/migration) accordingly
- [ ] This PR introduces new or alters existing behavior, and I have updated the [documentation](https://github.com/DependencyTrack/hyades/tree/main/docs) accordingly
5 changes: 4 additions & 1 deletion .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ changelog:
- enhancement
- title: Bug Fixes 🐛
labels:
- bug
- defect
- title: Dependency Updates 🤖
labels:
- dependencies
- title: Documentation 📃
labels:
- documentation
- title: Other Changes
labels:
- "*"

0 comments on commit 0ed1611

Please sign in to comment.