Skip to content

Commit d2a3c54

Browse files
Trying a different variable for version number (#27)
# Pull Request ## Issue Release Drafter wasn't incrementing the version number and was colliding with previous created releases... ## Description Switching to $RESOLVED_VERSION to see if that helps. ## License By submitting this pull request, I confirm that my contribution is made under the terms of the projects associated license.
1 parent b84cecc commit d2a3c54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/prerelease-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name-template: '$NEXT_PATCH_VERSION-alpha'
2-
tag-template: '$NEXT_PATCH_VERSION-alpha'
1+
name-template: '$RESOLVED_VERSION-alpha'
2+
tag-template: '$RESOLVED_VERSION-alpha'
33
prerelease: true
44
categories:
55
- title: '🚀 Features'

.github/workflows/Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- uses: release-drafter/release-drafter@v5
4949
id: create_release
5050
with:
51-
config-name: prerelease-drafter.yml
51+
config-name: release-drafter.yml
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454
- name: Package ALZ Module

0 commit comments

Comments
 (0)