-
Notifications
You must be signed in to change notification settings - Fork 400
Bugfix for duplicate prefix on first prerelease tag #338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugfix for duplicate prefix on first prerelease tag #338
Conversation
|
@anothrNick When you get a chance can you take a look at this one please. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same issue when using these env:
- TAG_PREFIX: v
- PRERELEASE: true
The result vv0.1.0-alpha.0 instead of v0.1.0-alpha.0
|
fixed my issues, currently working off the fork resolved prerelease double v. |
manifestori
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Fixed my issue as well, thanks! |
|
Thanks @rorybartie , |
dlidstrom
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 👍
amalpaul54111
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, this should help.
Its a blocker for me.
|
@anothrNick When you get a moment could you approve and merge in please? |
Summary of changes
Removed the
tagPrefixfrom the new tag when creating a.0prerelease tag. The prefix already gets added to thenewvariable at lines 178 to 198.This should fix a bug that was introduced in PR #326
Breaking Changes
Do any of the included changes break current behaviour or configuration?
NO
How changes have been tested
List any unknowns