packagrio/Node Version Bumpr
Github Action that allows you to bump SemVer version for Node/Javascript repositories
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 15, 2022
- License
- MIT
Pinned Snippet
uses: packagrio/action-bumpr-node@ce0b7bc712570ef088440b16b388f049f5e19391 # v0.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version_bump_type | Bump Version Type (major, minor, patch) | yes | patch |
| version_metadata_path | Path to file containing Version string | yes | package.json |
| cwd | Working Directory | no | "" |
Outputs
| name | description |
|---|---|
| version | Version that was written to files |