Skip to content

fix: pre-release flag only worked on the pr command#160

Merged
caarlos0 merged 1 commit intocaarlos0:mainfrom
djgilcrease:patch-1
Jul 2, 2024
Merged

fix: pre-release flag only worked on the pr command#160
caarlos0 merged 1 commit intocaarlos0:mainfrom
djgilcrease:patch-1

Conversation

@djgilcrease
Copy link
Copy Markdown
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
@caarlos0
Copy link
Copy Markdown
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