Skip to content

Commit 02924d1

Browse files
authored
[Releases] Add a release config (#53)
[Releases] Add a release config ### Motivation Make making releases easier and more standardized. ### Modifications Like apple/swift-openapi-runtime#14, but for the generator repo. Adds the config file, which is then used by GitHub when drafting release notes. ### Result Our next release notes will be drafted automitically, saving us time. ### Test Plan Already did this for runtime: https://github.com/apple/swift-openapi-runtime/releases/tag/0.1.1 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. #53
1 parent 8b9c564 commit 02924d1

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)