Skip to content

Commit

Permalink
Create release-drafter.yml (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
acn-dgopa authored Feb 27, 2024
1 parent 75ff69f commit 6dd3b89
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
template: |
# Changelog
$CHANGES
See details of [all code changes](https://github.com/altinn/altinn-auth-audit-log/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION) since previous release
categories:
- title: '🚀 Features'
labels:
- 'kind/feature-request'
- title: '🐛 Bug Fixes'
labels:
- 'kind/bug'
- 'bugfix'
- title: '🧰 Maintenance'
labels:
- 'kind/documentation'
- 'dependencies'
- 'enhancement'
- 'kind/chore'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'

0 comments on commit 6dd3b89

Please sign in to comment.