Skip to content

Commit

Permalink
Merge pull request #1 from wolflu05/release
Browse files Browse the repository at this point in the history
Added release.yml
  • Loading branch information
wolflu05 authored Feb 15, 2024
2 parents 19ac537 + 2ae94e4 commit 9522c74
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# .github/release.yml

changelog:
categories:
- title: ":boom: Breaking Changes"
labels:
- Semver-Major
- breaking
- title: ":sparkles: New Features"
labels:
- Semver-Minor
- type/feature
- type/enhancement
- title: ":bug: Bug Fixes"
labels:
- Semver-Patch
- type/bug
- title: ":package: Devops / Setup / Docs Changes"
labels:
- type/setup
- type/documentation
- type/dependencies
- title: ":memo: Other Changes"
labels:
- "*"

0 comments on commit 9522c74

Please sign in to comment.