Skip to content

Commit

Permalink
Merge pull request #5577 from samvera/auto-release-notes-config
Browse files Browse the repository at this point in the history
Configure Github automatic release notes feature
  • Loading branch information
dlpierce authored Mar 29, 2022
2 parents 3be60c7 + 4f06d37 commit 54d3b2f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
changelog:
categories:
- title: Major Changes (Potentially breaking changes)
labels:
- notes-major
- title: New Features
labels:
- notes-minor
- title: Deprecations
labels:
- notes-deprecation
- title: Bug Fixes
labels:
- notes-bugfix
- title: Valkyrie Progress
labels:
- notes-valkyrie
- title: Documentation
labels:
- notes-docs
- title: Containerization
labels:
- notes-container
- title: Other
labels:
- "*"

0 comments on commit 54d3b2f

Please sign in to comment.