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: pre-release flag only worked on the pr command #160

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

djgilcrease
Copy link
Contributor

@djgilcrease djgilcrease commented Jul 1, 2024

fixes the examples from the README that do not work.

$ svu patch --pre-release alpha.3 --build 243
v1.2.3-alpha.3+243
$ svu minor --pre-release alpha.3 --build 243
v1.3.0-alpha.3+243
$ svu major --pre-release alpha.3 --build 243
v2.0.0-alpha.3+243

@caarlos0 caarlos0 merged commit 3af7242 into caarlos0:main Jul 2, 2024
1 check passed
@caarlos0
Copy link
Owner

caarlos0 commented Jul 2, 2024

thanks!

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

Successfully merging this pull request may close these issues.

2 participants