jenkins-x-plugins/jx-release-version

https://github.com/jenkins-x-plugins/jx-release-version

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
previous-versionThe strategy to detect the previous version: auto, from-tag, from-file or manualnoauto
next-versionThe strategy to calculate the next version: auto, semantic, from-file, increment or manualnoauto
output-formatThe output format of the next versionno{{.Major}}.{{.Minor}}.{{.Patch}}
tagIf enabled, a new tag will be creatednofalse
tag-prefixThe prefix for the new tag - prefixed before the outputnov
push-tagIf enabled, the new tag will be pushed to the `origin` remotenotrue
github-tokenThe github token used to push the tagno""
git-userIf you want to override the name of the author/committer of the tagno""
git-emailIf you want to override the email of the author/committer of the tagno""
namedescription
versionThe next release version
previous-versionThe previous release version detected by the previous-version strategy