Elek, Marton created RATIS-307:
----------------------------------
Summary: Improve make_rc script with additional step of the
release process.
Key: RATIS-307
URL: https://issues.apache.org/jira/browse/RATIS-307
Project: Ratis
Issue Type: Improvement
Components: build
Affects Versions: 0.2.0
Reporter: Elek, Marton
Assignee: Elek, Marton
During the 0.2.0 release I used a helper script which contained the smaller
steps for the release process.
Compared to the existing make_rc script it could
# create the git tag, change maven version
# test the src release by compiling the project from the src tar
# upload artifacts to the apache nexus
# sign artifacts
# upload artifacts to the dev svn staging area
# push git tag to the git repository
All of the small steps are defined in bash functions and they could be executed
one by one and I could check the results between the steps.
In this patch I merge my custom script with the existing make_rc to make it
easier to release ratis in the future.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)