We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c650d2 commit a63a842Copy full SHA for a63a842
README.md
@@ -43,6 +43,8 @@ This project has been tested in Travis-CI and Jenkins builds.
43
44
4. Use `semantic-prerelease publish` instead of `npm publish` in the end of your build. This publishes the prerelease versions behind dist-tags.
45
46
+5. (Optionally) Publish scoped packages as public by using `semantic-prerelease publish --public`
47
+
48
With the above setup, new official releases (bearing the `latest` dist-tag) can be published from `master` by fast-forwarding it to `develop`:
49
50
git checkout master && git merge --ff-only develop && git push
0 commit comments