cdimock/Automated Build Number Bump
Automated buildNumber bump for package.json.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| tag-prefix | Prefix that is used for the git tag | no | "" |
| PACKAGEJSON_DIR | Custom dir to the package.json file | no | "" |
| target-branch | A separate branch to perform the version bump on | no | "" |
| commit-message | Set a custom commit message for version bump commit | no | "" |
| skip-tag | Avoid to add a TAG to the version update commit | no | false |
| skip-push | If true, skip pushing any commits or tags created after the version bump | no | false |
| skip-commit | Avoid to add a commit after the version is bumped | no | false |
Outputs
| name | description |
|---|---|
| newTag | The newly created tag |