tj-actions/Action release tagger
Automatically manage action releases
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | [GITHUB\_TOKEN](https://docs.github.com/en/free-pro-team@latest/actions/reference/authentication-in-a-workflow#using-the-github_token-in-a-workflow) or a repo scoped [Personal Access Token](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token) | no | ${{ github.token }} |
| gh_token | Github CLI token | no | ${{ github.token }} |
| release_notes_file | File to write release notes to | yes | RELEASE_NOTES.md |
| retag_major | Enable retagging major version tags. e.g v2.0.0 -> v2.0.1 (Retags v2 pointing to v2.0.1) | yes | false |
Outputs
| name | description |
|---|---|
| major_version | The latest major version |
| new_version | The new version |