rira12621/Simple Semantic Release
Automated semantic versioning, tagging, releasing, and artifact uploading.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GITHUB_TOKEN for creating releases | yes | — |
| artifacts | Path or glob of artifacts to upload (e.g. *.dmg) | no | "" |
| dry_run | If true, calculates version but does not tag/release. Useful for getting the version number for build steps. | no | false |
Outputs
| name | description |
|---|---|
| version | The calculated next version (e.g. v1.0.5) |
| upload_url | The URL for uploading assets to the release |