jenkins-x-plugins/jx-release-version
https://github.com/jenkins-x-plugins/jx-release-version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| previous-version | The strategy to detect the previous version: auto, from-tag, from-file or manual | no | auto |
| next-version | The strategy to calculate the next version: auto, semantic, from-file, increment or manual | no | auto |
| output-format | The output format of the next version | no | {{.Major}}.{{.Minor}}.{{.Patch}} |
| tag | If enabled, a new tag will be created | no | false |
| tag-prefix | The prefix for the new tag - prefixed before the output | no | v |
| push-tag | If enabled, the new tag will be pushed to the `origin` remote | no | true |
| github-token | The github token used to push the tag | no | "" |
| git-user | If you want to override the name of the author/committer of the tag | no | "" |
| git-email | If you want to override the email of the author/committer of the tag | no | "" |
Outputs
| name | description |
|---|---|
| version | The next release version |
| previous-version | The previous release version detected by the previous-version strategy |