parse-commit-message icon indicating copy to clipboard operation
parse-commit-message copied to clipboard

New plugin for supporting monorepos

Open tunnckoCore opened this issue 6 years ago • 0 comments

What I'm thinking is to have a simple convention. Just list of changed packages inside the commit body, like so

feat: foo bar baz

The changed packages will be collected through `jest-changed-files`
and added as a list below (including the workspace directory name
in front of the changed package name).

packages:
- packages/recommended-bump
- @tunnckocore/execa
- packages/git-commits-since

Signed-off-by: Charlike Mike Reagent

Still not sure how it look like exactly, but we need such thing, definitely. I'll also suggest it to Conventional Commits, so we can come up some good convention together.

Above commit should bump listed packages to their next minor version.

tunnckoCore avatar Jan 25 '19 19:01 tunnckoCore