-
Notifications
You must be signed in to change notification settings - Fork 105
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
"pre" does not like a period in the prefix #91
Comments
Follow-up: I manually bumped the version in
But if I switch the period in the Looks like period is an invalid character in |
If using a hyphen is acceptable, should we just update the README? |
Using the hyphen requires some |
Got it. Well, the bug probably lies in |
Config:
When the increment-pr task runs, I get the same output as the input:
bumped locally from 1.1.2-pr.project-pr-chad-pipeline-test.1 to 1.1.2-pr.project-pr-chad-pipeline-test.1
Any idea why the patch isn't bumping? Does it not like/allow a period?
The value of pre can be anything you like; the value will be pre-pended (hah) to a numeric value.
The text was updated successfully, but these errors were encountered: