klion26 opened a new issue, #63:
URL: https://github.com/apache/amoro-site/issues/63
Currently, we'll bump the version to `0.x.0-incubating` in the branch when
releasing the version with `bugfix version = 0`. This needs to be improved, as
the version may contain `0.x.0-incubating` and `0.x.1-incubating`, the steps
may need to adjust to
1. checkout from master and push to remote with `0.x-SNPASHOT`(in branch
`{major-version}.{minor-version}.x`)
2. checkout a new release version(this may be
`{major}.{mino}.{bugfix-version}`
3. update the version in branch `{marjor}.{minor}.{bugfix-version}`, and
push to the remote
4. create a tag from the branch
`{major-version}.{minor-version}.{bugfix-version}` and push to the remote
5. release from the tag generated from step 4
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]