Added TAG_PREFIX so more descriptive tags can be used #326
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of changes
Added
TAG_PREFIX
to replaceWITH_V
.WITH_V
is still in place for backwards comparability, but the idea is it would be removed in a few versions (gives people a chance to change their code, doesn't force a major etc)This should fix #320. I have a similar use case where a monorepo has a bunch of folders which maintain independent versions
This is best used along side changed-files and a matrix
Breaking Changes
Do any of the included changes break current behaviour or configuration?
NO : The changes are backwards compatible to allow a smoother transition
How changes have been tested
Backwards compatibility
tagging WITH_V false
tagging WITH_V true
New Feature (all in matrix jobs as that's my usecase)
Bump multiple tags
Bump one tag add one tag
List any unknowns