Author: desruisseaux
Date: Thu Feb 12 15:01:05 2015
New Revision: 1659282
URL: http://svn.apache.org/r1659282
Log:
Minor clarification following the last steps of release process.
Modified:
sis/site/trunk/content/index.mdtext
sis/site/trunk/content/release-management.mdtext
Modified: sis/site/trunk/content/index.mdtext
URL:
http://svn.apache.org/viewvc/sis/site/trunk/content/index.mdtext?rev=1659282&r1=1659281&r2=1659282&view=diff
==============================================================================
--- sis/site/trunk/content/index.mdtext [UTF-8] (original)
+++ sis/site/trunk/content/index.mdtext [UTF-8] Thu Feb 12 15:01:05 2015
@@ -39,6 +39,7 @@ The version under development is 0.6-SNA
* [Downloads](downloads.html) as a `zip` files, or as Maven dependencies.
* Developer guide ([English](book/en/developer-guide.html) |
[French](book/fr/developer-guide.html)) — note that this is work in progress.
+ * [Online Javadoc](apidocs/index.html) for API documentation.
* [Command-line interface](command-line.html) for an overview of a
command-line tool.
* [SIS Wiki][wiki] for "drawing board" and roadmap.
* [Recommended code patterns](code-patterns.html) for writing more robust
applications.
Modified: sis/site/trunk/content/release-management.mdtext
URL:
http://svn.apache.org/viewvc/sis/site/trunk/content/release-management.mdtext?rev=1659282&r1=1659281&r2=1659282&view=diff
==============================================================================
--- sis/site/trunk/content/release-management.mdtext [UTF-8] (original)
+++ sis/site/trunk/content/release-management.mdtext [UTF-8] Thu Feb 12
15:01:05 2015
@@ -542,25 +542,13 @@ The `dist/dev` svn is not mirrored, but
From any directory:
:::bash
- svn copy
https://dist.apache.org/repos/dist/dev/sis/$NEW_VERSION/RC$RELEASE_CANDIDATE \
+ svn move
https://dist.apache.org/repos/dist/dev/sis/$NEW_VERSION/RC$RELEASE_CANDIDATE \
https://dist.apache.org/repos/dist/release/sis/$NEW_VERSION \
--message "Committing SIS Source and Binary Release Candidate
$RELEASE_CANDIDATE for SIS-$NEW_VERSION."
svn delete https://dist.apache.org/repos/dist/dev/sis/$NEW_VERSION \
--message "Delete SIS $NEW_VERSION staging repository after release."
-Delete the prior version:
-
- :::bash
- svn delete https://dist.apache.org/repos/dist/release/sis/$OLD_VERSION \
- --message "Archive SIS-$OLD_VERSION after release of SIS-$NEW_VERSION."
-
-Update the staged web site:
-
- * Make a news announcement on the SIS home page.
- * Update the downloads page to add new version using the mirrored URLs.
- * Modify the URL for the prior release to the archived URL for the release.
-
Update [JIRA][JIRA]:
* Update the JIRA versions to mark the version as "released".
@@ -594,6 +582,12 @@ Announce the release {#announce}
A template is available [here](templates/release-announce.txt).
The email needs to be sent from an `@apache.org` email address.
+Delete the prior version:
+
+ :::bash
+ svn delete https://dist.apache.org/repos/dist/release/sis/$OLD_VERSION \
+ --message "Archive SIS-$OLD_VERSION after release of SIS-$NEW_VERSION."
+
Update trunk for the next development cycle {#next-release}