Skip to content

Commit

Permalink
Merge pull request #21 from theohbrothers/refactor/ci-use-v-resolved-…
Browse files Browse the repository at this point in the history
…version-in-release-drafter.yml-like-the-default-template

Refactor (ci): Use `v$RESOLVED_VERSION` in `release-drafter.yml` like the default template
  • Loading branch information
leojonathanoh authored Oct 30, 2022
2 parents ae3f3ae + 77896de commit c4e7dc1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name-template: '$RESOLVED_VERSION 🌈'
tag-template: '$RESOLVED_VERSION'
name-template: 'v$RESOLVED_VERSION 🌈'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
labels:
Expand Down Expand Up @@ -48,4 +48,4 @@ sort-by: title
template: |
## Changes
$CHANGES
$CHANGES
5 changes: 3 additions & 2 deletions generate/templates/.github/release-drafter.yml.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@'
name-template: '$RESOLVED_VERSION 🌈'
tag-template: '$RESOLVED_VERSION'
name-template: 'v$RESOLVED_VERSION 🌈'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
labels:
Expand Down Expand Up @@ -50,4 +50,5 @@ template: |
## Changes
$CHANGES
'@

0 comments on commit c4e7dc1

Please sign in to comment.