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

fix: ignore all other tag settings if custom_tag is set #160

Conversation

morey-tech
Copy link

As outlined in the README, the custom_tag should override all other
settings. Right now, if the default_bump is set to none, the
entrypoint.sh script will exit before using the custom_tag
This fixes the script to ignore all other tag settings when custom_tag
is set by adding an if block to set $new to the custom tag when set
and otherwise go through the other tag settings.

Fixes #159.

As outlined in the README, the `custom_tag` should override all other
settings. Right now, if the `default_bump` is set to `none`, the
`entrypoint.sh` script will exit before using the `custom_tag`
This fixes the script to ignore all other tag settings when `custom_tag`
is set.
@sbe-arg
Copy link
Collaborator

sbe-arg commented Jun 7, 2022

happy to reintroduce and sort CUSTOM_TAG in #157 to avoid this.

let me know for curiosity so we can document what are examples od custom_tag use cases

@sbe-arg
Copy link
Collaborator

sbe-arg commented Aug 8, 2022

reintroduced custom_tag in the pr #157

@sbe-arg sbe-arg closed this Sep 27, 2022
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.

CUSTOM_TAG ignored when DEFAULT_BUMP is none
2 participants