mkhubaib666/Git Auto Tag
Declarative, path-based semantic versioning for your Git repositories.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Required. The GitHub token to use for creating tags. | yes | — |
| config-path | Path to the configuration file. | no | .autotag.yml |
| default-bump | The default version bump if changed files don't match any rules. | no | patch |
| tag-prefix | A prefix to add to the version number when creating a tag. | no | v |
| create-release | If true, creates a GitHub Release with the new tag. | no | false |
Outputs
| name | description |
|---|---|
| new-tag | The newly created tag. Empty if no tag was created. |
| old-tag | The previous tag that the bump was based on. |
| bump-level | The level of the version bump (major, minor, patch, or none). |