Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
chore: release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-reineke committed Dec 28, 2021
1 parent e2171a6 commit 8e5a5ac
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
changelog:
categories:
- title: New Features
labels:
- 'kind: feature'
- title: Fixed Issues
labels:
- 'kind: fix'
- title: Removes
labels:
- 'kind: deprecated'
- title: Refactor
labels:
- 'kind: refactor'
- title: Dependencies
labels:
- 'kind: dependencies'
- title: Tests
labels:
- 'kind: tests'
- title: Chore
labels:
- 'kind: chore'
- title: CI
labels:
- 'kind: ci'
- title: Documentation
labels:
- 'kind: documentation'
- title: Style
labels:
- 'kind: style'
- title: Performance
labels:
- 'kind: performance'
- title: Test
labels:
- 'kind: test'
- title: Other Changes
labels:
- '*'

0 comments on commit 8e5a5ac

Please sign in to comment.