freerangebytes/Auto Tag and Release
Automatically create Git tags and GitHub releases for new versions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The version for the release | yes | — |
| previous-version | The previous version for the release | no | "" |
| dry-run | If true, skip creating tags and releases (useful for testing) | no | false |
| ref | The ref to tag and release. A ref with no prefix will be treated as a branch ref. | no | ${{ github.sha }} |
| summary | If true, output a summary to the job summary | no | true |
Outputs
| name | description |
|---|---|
| version | The version for the release |
| previous-version | The previous version for the release |
| sha | The SHA of the commit the tag points to |
| released | Whether a new release was created |