niledatabase/Bump git tag
Automatically creates a git tag for each commit on the main/master branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Feb 11, 2025
- License
- None
Pinned Snippet
uses: niledatabase/bump-git-tag-action@c38f9549cd101f8f0687c2625e1d72ebbf3cd8c6 # v0.0.17tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| main-branch | The main branch of the repository | no | main |
| dry-run | If true, the action will not create a tag | no | false |
| with_v | If true, the tag will be prefixed with a "v" | no | false |
Outputs
| name | description |
|---|---|
| tag | The tag that was created (or would be created when using dry-run) |
| latest_tag | The latest tag, including pre-releases |
| latest_minor_tag | The latest minor tag, including pre-releases |