Skip to content

Commit

Permalink
CI Follow-up part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jhodges10 committed Jun 24, 2024
1 parent 50f4bc8 commit 6ab1094
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ change-template: '* $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add #

# The template for the name of the draft release
name-template: 'v$RESOLVED_VERSION 🌈'
name-template: '$RESOLVED_VERSION 🌈'
# The template for the tag of the draft release
tag-template: 'v$RESOLVED_VERSION'
tag-template: '$RESOLVED_VERSION'

# # Template used calculating the next version number for the release
# version-template: '$MAJOR.$MINOR'
Expand All @@ -24,13 +24,13 @@ tag-template: 'v$RESOLVED_VERSION'
# labels:
# - 'feature'
# - 'feat'
# - 'perf'
# minor:
# labels:
# - 'build'
# - 'bug'
# - 'bugfix'
# - 'fix'
# - 'build'
# - 'perf'
# - 'refactor'
# - 'revert'
# - 'test'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
uses: release-drafter/release-drafter@v5
id: draft-release
with:
version: $TAG
publish: false
commitish: ${{needs.release-branch.outputs.branch-name || github.ref_name}}
env:
Expand Down

0 comments on commit 6ab1094

Please sign in to comment.