Skip to content

Commit

Permalink
Config to enable release notes generation (#34)
Browse files Browse the repository at this point in the history
Motivation:

Allow use of standard github tooling.

Modifications:

Add configuration for patch types.

Result:

GitHub release notes generation usable
  • Loading branch information
PeterAdams-A authored Oct 24, 2024
1 parent fa3870e commit 9ca41a7
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 9ca41a7

Please sign in to comment.