You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would suggest to add a field to define a version pattern, that could then scale from the future, and have two variables instead of just $VERSION like now.
one gives you just the semantic version e.g. 1.1.0
one gives you the entire version tag e.g. v1.1.0
Obviously if you don't use any custom pattern those two are equal
Building off #22, what are your thoughts on either providing an option or inferring a version prefix from the latest tags? (e.g.
v
fromv1.1.0
).Also, adding the version bump inference to the docs would be helpful.
I'd be happy to contribute to either if you want/open to PR's.
The text was updated successfully, but these errors were encountered: