You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With NPM you can make numbered beta versions, like 1.2.3-beta.0.
After this you can "prerelease" any number of betas until you finalize your version... (1.2.3-beta.1, 1.2.3-beta.2, ..., 1.2.3-beta.18, 1.2.3)
Is this already possible with bumpversion?
(by the way: cool tool you created!)
The text was updated successfully, but these errors were encountered:
With NPM you can make numbered beta versions, like
1.2.3-beta.0
.After this you can "prerelease" any number of betas until you finalize your version... (
1.2.3-beta.1
,1.2.3-beta.2
, ...,1.2.3-beta.18
,1.2.3
)Is this already possible with
bumpversion
?(by the way: cool tool you created!)
The text was updated successfully, but these errors were encountered: