musyoka-morris/Auto Generate Next Release Semantic Version
Automatically generate next release semantic version incrementally.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| package_root | NextSemver will look for the package.json file in in this location. | no | ./ |
| tag_prefix | By default, package.json uses semantic versioning, such as "1.0.0". A prefix can be used to add text before the tag name. For example, if tag_prefx is set to "v", then the tag would be labeled as "v1.0.0". | no | — |
| tag_suffix | Text which is applied to the end of the tag. | no | — |
Outputs
| name | description |
|---|---|
| version | The next semantic version generated |