Skip to content

Commit

Permalink
Add release.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Jun 5, 2022
1 parent 321cd9a commit ae08f91
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# .github/release.yml

changelog:
categories:
- title: Breaking Changes
labels:
- Semver-Major
- breaking
- title: New Features
labels:
- Semver-Minor
- enhancement
- title: Bug Fixes
labels:
- Semver-Patch
- bug
- title: Devops / Setup Changes
labels:
- docker
- setup
- demo
- CI
- security
- title: Other Changes
labels:
- "*"

0 comments on commit ae08f91

Please sign in to comment.