Skip to content

Commit

Permalink
docs(release): add a note about lerna version
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Castelain committed Oct 6, 2021
1 parent 0d285c2 commit 673818a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,12 @@ git fetch $REMOTE --tags
# automatically determine what version each package should be updated to
lerna version --conventional-commits --no-push

# WARNING: If you see that the previous commands suggests an
# incorect version, for example a major version change, you
# should use this command instead:
# lerna version --no-push
# and set the version manually.

# Optionally, you might want to run `yarn checkDeps` to make sure the
# dependencies are in sync. Before you do that, you'll also want to
# remove any "old" build files, which can be done with
Expand Down

0 comments on commit 673818a

Please sign in to comment.