voxelum/Semantic Version Bumper
Bump version with semantic version and generate changelog
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| packages | The paths of the packages need to be bumped | no | — |
| changelog-start-at | The start line of the changelog | no | — |
| root | The root directory of the repo/monorepo package.json | no | — |
| read-root-commits | Should read root commits history in monorepo. USE THIS CAREFULLY! | no | — |
| write-root-commits-only | Only write the commits history read from root directory, exclude the separated commits from listed packages | no | — |
Outputs
| name | description |
|---|---|
| release | A boolean value that should any new packages release |
| version | The new version of the root package |
| changelog | The root changelog text |