alexatkinson/GitOps Automatic Versioning
Automatically determine semantic version based on branch merge history.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| force-re-evaluate | Forces a re-evaluation of the entire git history. | no | false |
| force-patch-increment | Forces a PATCH increment if no other increment detected. NOTE: This is intended for development purposes only. | no | false |
| mono-repo-product-name | Enables mono-repo mode. The product name to match against. EG: 'bob', match the tags like 'bob_1.2.3'. | no | "" |
| mono-repo-product-path | The path to the product. IE: 'path/to/bob'. Required if 'mono-repo-mode' is enabled. | no | "" |
| pr-label-overrides | Optional/debug PR label overrides. Format: '123=semver:patch;124=semver:minor'. | no | "" |
Outputs
| name | description |
|---|---|
| new-version | New Version |
| previous-version | Previous Version |
| debug-cmd | Input Command |