Skip to content

Commit

Permalink
Add releases.yml config for github (#765)
Browse files Browse the repository at this point in the history
Motivation:

Would like to use github to autogenerate release notes.

Modifications:

Bring over configuration consistent with NIO and other popular repos.

Result:

Once labels are synchronised release notes can be generated by github
  • Loading branch information
PeterAdams-A authored Aug 16, 2024
1 parent 1290119 commit e8babad
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
changelog:
categories:
- title: SemVer Major
labels:
- semver/major
- title: SemVer Minor
labels:
- semver/minor
- title: SemVer Patch
labels:
- semver/patch
- title: Other Changes
labels:
- semver/none

0 comments on commit e8babad

Please sign in to comment.