Skip to content
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

Added TAG_PREFIX so more descriptive tags can be used #326

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

timothyclarke
Copy link

@timothyclarke timothyclarke commented Sep 16, 2024

Summary of changes

Added TAG_PREFIX to replace WITH_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

@timothyclarke timothyclarke marked this pull request as ready for review September 17, 2024 09:44
@timothyclarke timothyclarke changed the title Added TAG_PREFIX Added TAG_PREFIX so more descriptive tags can be used Sep 17, 2024
@timothyclarke
Copy link
Author

@anothrNick When you get a chance can you take a look at this one please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Prefixes
1 participant