Overhauled the section 'Check everything is ready'.
Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/commit/d31fc258 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/d31fc258 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/d31fc258 Branch: refs/heads/master Commit: d31fc25856da6a4d056add8a9aee2e1eb10940ff Parents: 46d2b71 Author: Oliver B. Fischer <[email protected]> Authored: Sat Jul 1 12:41:51 2017 +0200 Committer: Oliver B. Fischer <[email protected]> Committed: Sat Aug 26 11:54:47 2017 +0200 ---------------------------------------------------------------------- content/release-guide.adoc | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/d31fc258/content/release-guide.adoc ---------------------------------------------------------------------- diff --git a/content/release-guide.adoc b/content/release-guide.adoc index 5b8cc26..332c1de 100644 --- a/content/release-guide.adoc +++ b/content/release-guide.adoc @@ -63,19 +63,28 @@ Don't expect that everyone will response immediately as we all are very busy. So be patient with you team members. Meanwhile you can proceed with the release preparations. +=== Check if everything is ready + +The following items must be done before you can start with the +actual release process. + +. Check if the build chains + https://builds.apache.org/view/Tamaya/[Apache's Jenkins^] + of the project in to be released are fine and where are + no problems with the build and quality of the project. +. Ensure that all + https://issues.apache.org/jira/projects/TAMAYA[JIRA^] issues + targeting the upcomming release are resolved. + If not, get in contact with the issue assignee or the reporter to + check + .. if the issue can be postponed for the next release + .. how long it takes to resolve it and if someone can help. --- -Rewritten until here ---- - -== Check everything is ready -* Check the jenkins builds. -* Ensure all JIRA-tickets targeting the release are resolved. If not, get in contact with the ticket - owner/assignee to check - ** if the ticket can be postponed for the next release - ** how long it takes to resolve it and if one can help. +Rewritten until here +--- == Prepare the release
