actions-marketplace-validations/Additional Version
Semver versioning based on the git history and commit messages of your repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 12, 2022
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/codes-exe_git-version@e06ecd61c46443e3ab8b917b6a4dcb87656584c8 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| tool-version | The version of the tool to be ran | yes | latest |
| release-branch | The name of the release branch | yes | master |
| dev-branch | The name of the dev branch | yes | dev |
| minor-identifier | The string or regex to identify a minor release commit | yes | feature: |
| major-identifier | The string or regex to identify a major release commit | yes | breaking: |
| prefix | The prefix to use in the version | no | — |
| log-paths | The paths to be used to calculate changes (comma-separated) | no | ./ |
Outputs
| name | description |
|---|---|
| version | The value of the new pre-calculated tag |
| previous-version | Contains the value of previous tag, before calculating a new one |