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
There was a problem when I specified a new pre-release version number
$ standard-version --release-as 4.1.0 --prerelease beta --dry-run
√ bumping version in package.json from 4.0.0 to null
√ outputting changes to CHANGELOG.md
---
---
√ committing package.json and CHANGELOG.md
√ tagging release v4.0.0
i Run `git push --follow-tags origin master` to publish
The text was updated successfully, but these errors were encountered:
kf6kjg
added a commit
to kf6kjg/standard-version
that referenced
this issue
Jun 1, 2021
Previously, as shown in conventional-changelog#542, using both options at the same time resulted in the bump file's version being set to null.
This was validated in the first of the new unit tests. The other unit tests simply check that the rest of the behavior is correct in this case.
With this combination the user can override the version, the purpose of `release-as`, while still starting or continuing a pre-release, the purpose of of the `prerelease`.
Fixesconventional-changelog#542
There was a problem when I specified a new pre-release version number
The text was updated successfully, but these errors were encountered: