Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
fix: template
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasolerr committed May 28, 2024
1 parent f25ae29 commit ab68b28
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1 +1,35 @@
name-template: 'Release $NEXT_PATCH_VERSION'
tag-template: ''
tag-prefix: ''
change-template: '* $TITLE (#$NUMBER) @$AUTHOR'
change-title-escapes: ''
no-changes-template: '* No changes'
version-template: '$MAJOR.$MINOR.$PATCH$PRERELEASE'
version-resolver:
major:
labels: []
minor:
labels: []
patch:
labels: []
default: 'patch'
categories: []
exclude-labels: []
include-labels: []
include-paths: []
exclude-contributors: []
no-contributors-template: 'No contributors'
replacers: []
autolabeler: []
sort-by: 'merged_at'
sort-direction: 'descending'
prerelease: false
prerelease-identifier: ''
include-pre-releases: false
latest: 'true'
filter-by-commitish: false
commitish: ''
category-template: '## $TITLE'
header: ''
footer: ''

0 comments on commit ab68b28

Please sign in to comment.