You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
What I'm thinking is to have a simple convention. Just list of changed packages inside the commit body, like so
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.The text was updated successfully, but these errors were encountered: