[
https://issues.apache.org/jira/browse/RATIS-307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16886051#comment-16886051
]
Elek, Marton commented on RATIS-307:
------------------------------------
Thanks the review [~szetszwo]
I fixed all the shellcheck issues and uploaded the latest version both as a PR
and as a patch.
I started to create a wiki page to document the release process:
https://cwiki.apache.org/confluence/display/RATIS/Ratis+Release+Manager+guideline
> 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
> Priority: Minor
> Attachments: RATIS-307.001.patch, RATIS-307.002.patch
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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.14#76016)