Skip to content

v1.9.0

Compare
Choose a tag to compare
@ghiscoding ghiscoding released this 28 Jul 01:40
· 919 commits to main since this release

1.9.0 (2022-07-28)

📢 Great new Feature to auto-add GitHub Contributors

We now have a new option lerna version --changelog-include-commits-client-login [msg] which associates every commit line entry to a remote client (GitHub) user login. It will indirectly create the contributor list when pushing a new GitHub Release. Also note that this feature is available only in Lerna-Lite (not in Lerna) 🚀

We now have 2 ways of adding commit author/login name

  • --changelog-include-commits-git-author will add the git author name on commits (reads git history)
  • --changelog-include-commits-client-login fetch data from GitHub API to add client login on commits (see below)

Bug Fixes

Features