Skip to content

Commit

Permalink
add release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RenΓ© committed Oct 9, 2024
1 parent a381689 commit 9764af9
Show file tree
Hide file tree
Showing 2 changed files with 27 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:
- '❗ BreakingChange'
- title: 'πŸš€ New Features'
labels:
- '✏️ Feature'
- 'πŸ“ Proposal'
- title: '🧹 Updates'
labels:
- '🧹 Updates'
- title: 'πŸ› Bug Fixes'
labels:
- '☒️ Bug'
- title: 'πŸ› οΈ Maintenance'
labels:
- 'πŸ€– Dependencies'
- title: 'πŸ“š Documentation'
labels:
- 'πŸ“’ Documentation'
- title: 'Other Changes'
labels:
- '*'
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
coverage.coverprofile
vendor

0 comments on commit 9764af9

Please sign in to comment.