Skip to content

Commit

Permalink
Merge pull request #1073 from ChainSafe/release-draft-fix
Browse files Browse the repository at this point in the history
fix release drafter
  • Loading branch information
RamidiShiva authored May 31, 2021
2 parents 5087dc2 + ed74033 commit bdce8a7
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
name-template: "v$RESOLVED_VERSION 🌈"
tag-template: "v$RESOLVED_VERSION"
references:
- dev
# references:
# - dev
categories:
- title: "🚀 Features"
labels:
- "Type: Feature"
- "Type: Enhancement"
- "Feature"
- "Enhancement"
- title: "🐛 Bug Fixes"
labels:
- "Type: Bug"
- "Bug"
- "Bugfix"
- "fix"
- title: "🧰 Maintenance"
label:
- "Type: Maintenance"
label: "Maintenance"
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
Expand Down

0 comments on commit bdce8a7

Please sign in to comment.