Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 84cf5f4

Browse files
[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

Lines changed: 15 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /