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

Support specifying prerelease and prerelease prefix in hints #79

Open
tyler-jachetta opened this issue Jan 26, 2021 · 3 comments
Open

Comments

@tyler-jachetta
Copy link
Collaborator

Suggested behavior: When bump hint is found, and --prerelease is specified check for latest prerelease-prefix: bump hint (ignoring any hints before the current bump hint)

@otakup0pe
Copy link
Owner

Hmm. This would result in only the prerelease being bumped?

@tyler-jachetta
Copy link
Collaborator Author

not what I was thinking, just that if there is a --prerelease, then the hinted prefix will be used. I'm not sure how we'd want to make that play with the command line value (which takes precidence), my gut feeling is always use --prerelase-prefix, then prefer the hint, then maybe have a --default-prerelease-prefix option to do the default

@otakup0pe
Copy link
Owner

OH! I completely misread. Yeah I'm down for this, it's the sort of thing that allows for more flexible adoptions.

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

No branches or pull requests

2 participants