conventional-changelog / releaser-tools

Create a GitHub/GitLab/etc. release using a project's commit messages and metadata.
MIT License
388 stars 34 forks source link

lerna support #52

Open azu opened 6 years ago

azu commented 6 years ago

conventional-changelog have supported lerna-style package.

Do conventional-github-releaser have any chance to support lerna?

conventional-github-releaser -p angular --lerna pkg-name
# Update pkg-name@version release note
hutson commented 6 years ago

@azu that seems like a reasonable thing to expect in conventional-github-releaser.

Since I don't see myself having time to work on this feature, would you be willing, and able, to submit a pull request to implement --lerna?