Repository: aurora Updated Branches: refs/heads/master ec712f18f -> 70d0ef266
Updating release docs to remind about rc argument usage. Reviewed at https://reviews.apache.org/r/49642/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/70d0ef26 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/70d0ef26 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/70d0ef26 Branch: refs/heads/master Commit: 70d0ef266c4a931562ad01fb55ef624106af3c4d Parents: ec712f1 Author: Maxim Khutornenko <[email protected]> Authored: Wed Jul 6 12:34:28 2016 -0700 Committer: Maxim Khutornenko <[email protected]> Committed: Wed Jul 6 12:34:28 2016 -0700 ---------------------------------------------------------------------- docs/development/committers-guide.md | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/70d0ef26/docs/development/committers-guide.md ---------------------------------------------------------------------- diff --git a/docs/development/committers-guide.md b/docs/development/committers-guide.md index e76e487..14f3b52 100644 --- a/docs/development/committers-guide.md +++ b/docs/development/committers-guide.md @@ -79,6 +79,10 @@ version. This will automatically clean up the release candidate rc0 branch and s 5. Once the vote has successfully passed create the release +**IMPORTANT: make sure to use the correct release at this final step (e.g.: `-r 1` if rc1 candidate +has been voted for). Once the release tag is pushed it will be very hard to undo due to remote +git pre-receive hook explicitly forbidding release tag manipulations.** + ./build-support/release/release 6. Update the draft email created fom the `release` script in step #5 to include the Apache ID's for
