biohackerellie/Auto Git Tag
Automatically tag releases based on commit messages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Dec 13, 2024
- License
- MIT
Pinned Snippet
uses: biohackerellie/auto-git-tag@13c63a48fda55f4cf032fa068d0c541966e75499 # v1.1.89tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token for authentication | yes | — |
| release_branch | The branch to consider as the release branch (default: release) | no | release |
| dry_run | Will create the tag without pushing to git, and will still return the tag as an output | no | false |
Outputs
| name | description |
|---|---|
| PREVIOUS_TAG | the previous tag |
| NEXT_TAG | ouputed tag |