Skip to content

Commit

Permalink
Trying a different variable for version number (#27)
Browse files Browse the repository at this point in the history
# 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.
  • Loading branch information
lovelysandwich authored Mar 30, 2023
1 parent b84cecc commit d2a3c54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/prerelease-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name-template: '$NEXT_PATCH_VERSION-alpha'
tag-template: '$NEXT_PATCH_VERSION-alpha'
name-template: '$RESOLVED_VERSION-alpha'
tag-template: '$RESOLVED_VERSION-alpha'
prerelease: true
categories:
- title: '🚀 Features'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: release-drafter/release-drafter@v5
id: create_release
with:
config-name: prerelease-drafter.yml
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Package ALZ Module
Expand Down

0 comments on commit d2a3c54

Please sign in to comment.