hyper63/Bump
Bump the manifest and generate changelogs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bump-to | the semver version to bump to ("semver" to bump based on commits) | yes | — |
| package | in a monorepo, package that contains the files to be bumped ie. app-opine -> packages/app-opine | no | "" |
| prefix | string to use as the tag prefix ie. hyper-app-opine -> hyper-app-opine@v1.2.3. Defaults to the input for package | no | "" |
| runtime | runtime for project node or deno. default: deno | no | deno |
Outputs
| name | description |
|---|---|
| version | The semver version bumped to |
| tag | The git tag created, if created. undefined if not created. |