|
|
|
|
|
by antihero
2458 days ago
|
|
It's handy for auto bumping versions, too. If you have "feat" commits you know to bump minor, "fix" to bump patch, and "BREAKING" to bump major. We use this in our lerna monorepo and it works like a charm as the CI can just bump whatever packages based on the paths and commit messages. |
|