Skip to content

Commit

Permalink
Update release howto
Browse files Browse the repository at this point in the history
  • Loading branch information
pithu committed Oct 28, 2021
1 parent da334b4 commit a5c37c1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ReleaseHowTo.md
Expand Up @@ -11,11 +11,10 @@ Update to changelogs have to be done manually.

# wait for a green build on master

$ checkout master
$ git checkout master
$ git pull
$ git add . && git reset --hard origin/master # ensure that local repo is in same state as origin
$ lerna run --stream test-ci # verify that the current state of the master branch is green
# Update and commit CHANGELOG'S manually, 'npx lerna-changelog' can help
$ lerna version [major | minor | patch]
$ lerna publish from-package
# Update and commit CHANGELOG'S manually, 'npx lerna-changelog' is your friend
$ lerna publish [major | minor | patch]
```

0 comments on commit a5c37c1

Please sign in to comment.