stevenjdh/Action Tagger
Automatically sets semantic tags when releasing a new version of a GitHub action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| enable-dry-run | Indicates whether or not to perform a dry run without pushing tags. | no | false |
| set-latest-tag | Indicates whether or not to also set the latest tag. | no | false |
| release-version | Overrides the release version used for processing (e.g., v1.0.0 or refs/tags/v1.0.0). | no | ${{ github.ref }} |
| github-token | Overrides the default GitHub token used to authenticate against a repository for Git context. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| major_release | The latest major release version. |
| minor_release | The latest major and feature release version. |
| full_release | The full release version. |
| latest_tag | Indicates whether of not the latest tag was set. |