Skip to content

Commit 84cf5f4

Browse files
authoredJun 13, 2023
[Releases] Add a GitHub release config (#7)
[Releases] Add a GitHub release config ### Motivation This config helps compose release notes easier. ### Modifications Added a config file that instructs GitHub how to group PRs. ### Result Releases can be mostly generated now. ### Test Plan N/A Reviewed by: simonjbeaumont Builds: ✔︎ pull request validation (5.8) - Build finished. ✔︎ pull request validation (5.9) - Build finished. ✔︎ pull request validation (nightly) - Build finished. ✔︎ pull request validation (soundness) - Build finished. #7
1 parent 19b8e98 commit 84cf5f4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 

‎.github/release.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
changelog:
2+
categories:
3+
- title: SemVer Major
4+
labels:
5+
- semver/major
6+
- title: SemVer Minor
7+
labels:
8+
- semver/minor
9+
- title: SemVer Patch
10+
labels:
11+
- semver/patch
12+
- title: Other Changes
13+
labels:
14+
- semver/none
15+
- "*"

0 commit comments

Comments
 (0)