Skip to content

Commit

Permalink
Merge pull request #227 from EarthSchlange/added_version_template
Browse files Browse the repository at this point in the history
Added version template.
  • Loading branch information
Michael Hiiva authored Oct 8, 2021
2 parents 49c138d + 8c3ec2a commit 104d68d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-template: 'v$MAJOR.$MINOR.$PATCH'
ssssss-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
categories:
- title: 'Major'
labels:
Expand Down

0 comments on commit 104d68d

Please sign in to comment.