Skip to content

Commit

Permalink
Create release-drafter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszPorowski authored May 9, 2023
1 parent a7113cf commit ad9d5b2
Showing 1 changed file with 79 additions and 0 deletions.
79 changes: 79 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
---
name-template: v$RESOLVED_VERSION
tag-template: v$RESOLVED_VERSION
footer: |
See details of all code changes: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION since previous release.
template: |
## πŸ”„οΈ What's Changed
$CHANGES
## πŸ‘₯ Contributors
$CONTRIBUTORS
categories:
- title: πŸ’₯ Breaking
labels:
- major
- breaking
- title: πŸš€ Features
labels:
- minor
- feature
- enhancement
- title: πŸ› Bug Fixes
labels:
- fix
- bugfix
- bug
- title: 🧰 Maintenance
labels:
- maintenance
- chore
- title: πŸ“š Documentation
labels:
- doc
- docs
- documentation
- title: Other changes
label: patch
- title: ⬆️ Dependencies
labels:
- dependencies
- deps
collapse-after: 3
- title: 🚨 Security
label: security
collapse-after: 3
exclude-labels:
- skip-changelog
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
major:
labels:
- major
- breaking
minor:
labels:
- minor
- feature
- enhancement
patch:
labels:
- patch
- fix
- bugfix
- bug
- maintenance
- chore
- doc
- docs
- documentation
- deps
- dependencies
- security
default: patch
# TODO autolabeler https://github.com/release-drafter/release-drafter/#autolabeler

0 comments on commit ad9d5b2

Please sign in to comment.