Improve descriptions a little bit with examples.#2080
Improve descriptions a little bit with examples.#2080k8s-ci-robot merged 1 commit intokubernetes-client:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: brendandburns The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
| type: string | ||
| required: true | ||
| description: The next POM development version with suffix "-SNAPSHOT", will be the next development version after the release is done. | ||
| description: The next POM development version after the release is done. Must be of the form X.Y.${Z+1}-SNAPSHOT |
There was a problem hiding this comment.
@brendandburns actually it is the default behavior of the maven release plugin but i kept this manual option on purpose in case we will bump a mid/minor version of the release sometime in the future. so for clarification it should be either X.${Y+1}.0-SNAPSHOT or X.Y.${Z+1}-SNAPSHOT, wdyt?
|
@brendandburns bump ^^^^ |
yue9944882
left a comment
There was a problem hiding this comment.
/lgtm
getting this in, let me clarify the detail in a follow-up
When I did the release, I was a little confused with what was being requested, so I updated the descriptions with some examples.