osbuild/Upstream release
Perform an upstream GitHub release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | A GitHub token for creating a release | yes | — |
| slack_bot_token | A Slack bot OAuth token | yes | — |
| branch | Branch to commit the version bump to | no | main |
| tag | The tag to release. Required for workflow_dispatch triggers where GITHUB_REF is a branch, not a tag. | no | — |
| semver | Use semantic versioning for the post-release version bump | no | false |
| semver_bump_type | The type of semantic versioning bump to perform: 'major', 'minor', or 'patch' | no | patch |
| build_release_artifacts | Run `make release_artifacts` and expect results in `release_artifacts/` | no | false |
Outputs
no outputs