Skip to content

Commit

Permalink
[Releases] Add a release config (#53)
Browse files Browse the repository at this point in the history
[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
  • Loading branch information
czechboy0 authored Jun 8, 2023
1 parent 8b9c564 commit 02924d1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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 02924d1

Please sign in to comment.