Skip to content

Commit e4abde8

Browse files
authored
Add release.yml for automatic release note generation (#2805)
# Motivation To make our lives easier when doing releases we want to adopt the GitHub automatic release note generation feature. # Modification This PR adds the `release.yml` file to the repo and aligns the expected labels with the ones from OpenAPI. We have decided to use the OpenAPI labels going forward since those have been thought out quite well. After this PR is merged and before the next release I am going to rename the SemVer labels in this repo. # Result Easier releasing in the future.
1 parent 541a900 commit e4abde8

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/release.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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

0 commit comments

Comments
 (0)