codacy/Git 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
- Stale
- License
- None
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: |
| skip-prerelease | Skip prerelease part of the version. When true, release-branch and dev-branch are effectively ignored | yes | false |
| 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 |
| non-prefixed-version | The value of the new pre-calculated tag without the prefix |
| previous-version | Contains the value of previous tag, before calculating a new one |