Repository: deltaspike Updated Branches: refs/heads/release_steps_fixes [created] 9c11af021
Making some fixes to the release steps. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/9c11af02 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/9c11af02 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/9c11af02 Branch: refs/heads/release_steps_fixes Commit: 9c11af021d2fac3cf70b260ccec6b29a3f3b292f Parents: 3392345 Author: John D. Ament <[email protected]> Authored: Sat Jun 11 08:46:24 2016 -0400 Committer: John D. Ament <[email protected]> Committed: Sat Jun 11 08:46:24 2016 -0400 ---------------------------------------------------------------------- site/src/main/asciidoc/steps_for_a_release.adoc | 22 ++++++++++++-------- 1 file changed, 13 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/9c11af02/site/src/main/asciidoc/steps_for_a_release.adoc ---------------------------------------------------------------------- diff --git a/site/src/main/asciidoc/steps_for_a_release.adoc b/site/src/main/asciidoc/steps_for_a_release.adoc index 4ef2da8..8f71ecf 100644 --- a/site/src/main/asciidoc/steps_for_a_release.adoc +++ b/site/src/main/asciidoc/steps_for_a_release.adoc @@ -53,8 +53,9 @@ mvn release:perform -Pdistribution -DreleaseProfiles=distribution //!!!check the created commits including user-name and email +// Verify the release in the staging repository: //login to https://repository.apache.org/ and go to "Staging Repositories" -//check esp. .../org/apache/deltaspike/deltaspike-project/[version]/deltaspike-project-[version]-source-release.zip +//check esp. .../org/apache/deltaspike/deltaspike/[version]/deltaspike-[version]-source-release.zip //close the repository //push the release-branch and tag to a third-party git repo @@ -97,8 +98,8 @@ Thanks, [name] [1] https://repository.apache.org/content/repositories/... -[2] https://repository.apache.org/content/repositories/.../org/apache/deltaspike/deltaspike-project/[version]/deltaspike-project-[version]-source-release.zip -[3] https://github.com/[user]/deltaspike-vote/tree/deltaspike-project-[version] +[2] https://repository.apache.org/content/repositories/.../org/apache/deltaspike/deltaspike/[version]/deltaspike-[version]-source-release.zip +[3] https://github.com/[user]/deltaspike-vote/tree/deltaspike-[version] [4] http://www.apache.org/foundation/voting.html#ReleaseVotes ----------------------------------------------------------------------------------------------------------------------- @@ -140,7 +141,6 @@ If the binding majority approved the vote continue. Always do a merge in this case (not a rebase): - ----------------------------------------------------------------------------------------------------------------------- git checkout master git merge ds-[version] @@ -149,9 +149,9 @@ git push origin deltaspike-[version] git push origin master ----------------------------------------------------------------------------------------------------------------------- - - - Create the release at jira - - Close the corresponding tickets of the version + - Close the the JIRA tickets for the newly released version + - Close the release in JIRA + - Ensure the next version is available in JIRA - Wait some minutes and check http://repo2.maven.org/maven2/org/apache/deltaspike @@ -173,6 +173,10 @@ mkdir [version] === Update site content +Update Javadocs: + - git checkout deltaspike-1.7.0 + - cd deltaspike && ./javadoc.sh + via source: - Update the build (version.deltaspike.latest.stable and version.deltaspike.latest.snapshot) - Update news: http://deltaspike.apache.org/news.html @@ -205,13 +209,13 @@ The Apache DeltaSpike team is pleased to announce the 6th release of DeltaSpike. Apache DeltaSpike is not a CDI-container, but a portable CDI extension. Documentation: -http://deltaspike.apache.org/documentation.html +http://deltaspike.apache.org/documentation/ Download: http://deltaspike.apache.org/download.html Release Notes: -http://s.apache.org/DeltaSpike_06 +http://s.apache.org/DeltaSpike_[version] Enjoy!
