semrels/semrel
Automated semantic releases powered by Conventional Commits
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dry-run | Simulate the release without making any changes | no | false |
| config | Path to the semrel configuration file (relative to working-directory) | no | .semrel.yaml |
| working-directory | Working directory — repository root to release | no | . |
| semrel-version | semrel version to build (git ref, tag, or SHA). Defaults to the action version. | no | "" |
| go-version-file | Path to a go.mod or go.work file used to select the Go toolchain | no | "" |
Outputs
| name | description |
|---|---|
| version | The new version that was (or would be) released, e.g. v1.2.3 |
| released | Whether a release was made: "true" or "false" |
| changelog | The changelog entry generated for this release |