Skip to content

Commit a63a842

Browse files
committed
doc: update README
1 parent 3c650d2 commit a63a842

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ This project has been tested in Travis-CI and Jenkins builds.
4343

4444
4. Use `semantic-prerelease publish` instead of `npm publish` in the end of your build. This publishes the prerelease versions behind dist-tags.
4545

46+
5. (Optionally) Publish scoped packages as public by using `semantic-prerelease publish --public`
47+
4648
With the above setup, new official releases (bearing the `latest` dist-tag) can be published from `master` by fast-forwarding it to `develop`:
4749

4850
git checkout master && git merge --ff-only develop && git push

0 commit comments

Comments
 (0)