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

chore: add release.yml #186

Merged
merged 1 commit into from
Dec 28, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:
- '*'