packagrio/Go Version Bumpr
Github Action that allows you to bump SemVer version for Go repositories
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
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 | pkg/version/version.go |
| cwd | Working Directory | no | "" |
Outputs
| name | description |
|---|---|
| version | Version that was written to files |