respeakai/Bump and Release
Bump the semantic version number and create a release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub Access token | yes | — |
| repository | The repository name in full format (owner/repo) | yes | — |
| build_name | The name for builds. Default: 'build'. Example: 'v0.1.1-build.0' | no | — |
| type | Wanted bump type (build, patch, minor, major). Default: 'build' | no | — |
| branch | Branch name. Default: 'main' | no | — |
| current_sha | The sha of the current commit to increment the version of | yes | — |
| previous_sha | The sha of the previous commit | yes | — |
Outputs
| name | description |
|---|---|
| release_id | Release Github ID |
| previous_tag | The previous tag incremented from |
| current_tag | The new tag created |