We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cee396 commit 2955f12Copy full SHA for 2955f12
RELEASE.md
@@ -58,3 +58,17 @@ release process. It will prompt you to to choose the version number after which
58
you will have the chance to hand tweak the changelog to be used (for the
59
`CHANGELOG.md` and GitHub release), then `release-it` continues on to tagging,
60
pushing the tag and commits, etc.
61
+
62
+To start a prerelease branch for a new major use:
63
64
+```sh
65
+npx release-it major --preRelease=beta
66
+```
67
68
+On subsequent prerelease run:
69
70
71
+npx release-it --preRelease
72
73
74
+For more guidance see https://github.com/release-it/release-it/blob/master/docs/pre-releases.md
0 commit comments