You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by fl...@apache.org on 2012/11/01 19:04:52 UTC

svn commit: r1404696 - in /incubator/jspwiki: site/trunk/content/jspwiki/ppmc/how_to_release.mdtext trunk/ReleaseNotes

Author: florianh
Date: Thu Nov  1 18:04:52 2012
New Revision: 1404696

URL: http://svn.apache.org/viewvc?rev=1404696&view=rev
Log:
Preparing release 2.9.0-incubating

Modified:
    incubator/jspwiki/site/trunk/content/jspwiki/ppmc/how_to_release.mdtext
    incubator/jspwiki/trunk/ReleaseNotes

Modified: incubator/jspwiki/site/trunk/content/jspwiki/ppmc/how_to_release.mdtext
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/trunk/content/jspwiki/ppmc/how_to_release.mdtext?rev=1404696&r1=1404695&r2=1404696&view=diff
==============================================================================
--- incubator/jspwiki/site/trunk/content/jspwiki/ppmc/how_to_release.mdtext (original)
+++ incubator/jspwiki/site/trunk/content/jspwiki/ppmc/how_to_release.mdtext Thu Nov  1 18:04:52 2012
@@ -38,10 +38,18 @@ you'll have to enter your login password
 
   1. Generate release notes
 
-    1. Update CHANGES.txt with [new release notes from JIRA][], select the 
+
+<!-- TODO
+     What exactly do we want to do here?
+     Completing the details makes only sense once we're a TLP and thus not dependent from externs anymore.
+     At the moment, we can only "release" in JIRA after being sure the IPMC release vote succeeded, but at that time, the artifacts have already been created.
+     
+ 
+    1. Update ReleaseNotes with [new release notes from JIRA][], select the 
 version and set the style to Text
-    2. Commit the updated CHANGES.txt with message: "Preparing for release 
+    2. Commit the updated ReleaseNotes with message: "Preparing for release 
 X.Y.Z-incubating"
+-->
   
 <!---
   2. Create a branch (only required for the first release in a series (X.Y.0))
@@ -237,7 +245,7 @@ jspwiki-user@incubator.apache.org, jspwi
 [Infrastructure JIRA]: https://issues.apache.org/jira/browse/INFRA
 [setup the ssh keys]: http://www.thegeekstuff.com/2008/11/3-steps-to-perform-ssh-login-without-password-using-ssh-keygen-ssh-copy-id/
 
-[new release notes from JIRA]: https://issues.apache.org/jira/secure/ConfigureReleaseNote.jspa?projectId=12311292
+[new release notes from JIRA]: https://issues.apache.org/jira/secure/ConfigureReleaseNote.jspa?projectId=12310732
 
 [archived]: http://archive.apache.org/dist/incubator/jspwiki/
 [mirrors]: http://www.apache.org/dev/mirrors.html

Modified: incubator/jspwiki/trunk/ReleaseNotes
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ReleaseNotes?rev=1404696&r1=1404695&r2=1404696&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ReleaseNotes (original)
+++ incubator/jspwiki/trunk/ReleaseNotes Thu Nov  1 18:04:52 2012
@@ -35,7 +35,9 @@ Please report any issues at https://issu
 UPDATES SINCE 2.8.4
 ===================
 
-The full list is available in the ChangeLog file.  Highlights include
+Details are available in the ChangeLog file or via our issue tracker.
+
+Highlights include:
 
 * The java packages have been renamed from com.ecyrd.jspwiki to org.apache.wiki.
 



Re: svn commit: r1404696 - in /incubator/jspwiki: site/trunk/content/jspwiki/ppmc/how_to_release.mdtext trunk/ReleaseNotes

Posted by Florian Holeczek <fl...@holeczek.de>.
Hi Craig,

> Generally, we vote on a release tag (or branch) with a corresponding set of signed artifacts. So the issue of updating CHANGES.txt is moot. The tag contains the relevant changes. Trunk continues...

what I meant is the chicken/egg problem which arises from the possibility that a release could be rejected during the IPMC vote. While a Subversion tag is more like project internal stuff, I wouldn't want the JIRA release info to be that unstable in terms of being rolled back again.
However, I then realized that creating the Release Notes list in JIRA is not automatically connected to marking the version as released, so the comment is already outdated.

Regards
  Florian

Re: svn commit: r1404696 - in /incubator/jspwiki: site/trunk/content/jspwiki/ppmc/how_to_release.mdtext trunk/ReleaseNotes

Posted by Craig L Russell <cr...@oracle.com>.
Hi Florian,

Generally, we vote on a release tag (or branch) with a corresponding  
set of signed artifacts. So the issue of updating CHANGES.txt is moot.  
The tag contains the relevant changes. Trunk continues...

Or maybe I'm missing something.

Craig

On Nov 1, 2012, at 11:04 AM, florianh@apache.org wrote:

> Author: florianh
> Date: Thu Nov  1 18:04:52 2012
> New Revision: 1404696
>
> URL: http://svn.apache.org/viewvc?rev=1404696&view=rev
> Log:
> Preparing release 2.9.0-incubating
>
> Modified:
>    incubator/jspwiki/site/trunk/content/jspwiki/ppmc/ 
> how_to_release.mdtext
>    incubator/jspwiki/trunk/ReleaseNotes
>
> Modified: incubator/jspwiki/site/trunk/content/jspwiki/ppmc/ 
> how_to_release.mdtext
> URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/trunk/content/jspwiki/ppmc/how_to_release.mdtext?rev=1404696&r1=1404695&r2=1404696&view=diff
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> --- incubator/jspwiki/site/trunk/content/jspwiki/ppmc/ 
> how_to_release.mdtext (original)
> +++ incubator/jspwiki/site/trunk/content/jspwiki/ppmc/ 
> how_to_release.mdtext Thu Nov  1 18:04:52 2012
> @@ -38,10 +38,18 @@ you'll have to enter your login password
>
>   1. Generate release notes
>
> -    1. Update CHANGES.txt with [new release notes from JIRA][],  
> select the
> +
> +<!-- TODO
> +     What exactly do we want to do here?
> +     Completing the details makes only sense once we're a TLP and  
> thus not dependent from externs anymore.
> +     At the moment, we can only "release" in JIRA after being sure  
> the IPMC release vote succeeded, but at that time, the artifacts  
> have already been created.
> +
> +
> +    1. Update ReleaseNotes with [new release notes from JIRA][],  
> select the
> version and set the style to Text
> -    2. Commit the updated CHANGES.txt with message: "Preparing for  
> release
> +    2. Commit the updated ReleaseNotes with message: "Preparing for  
> release
> X.Y.Z-incubating"
> +-->
>
> <!---
>   2. Create a branch (only required for the first release in a  
> series (X.Y.0))
> @@ -237,7 +245,7 @@ jspwiki-user@incubator.apache.org, jspwi
> [Infrastructure JIRA]: https://issues.apache.org/jira/browse/INFRA
> [setup the ssh keys]: http://www.thegeekstuff.com/2008/11/3-steps-to-perform-ssh-login-without-password-using-ssh-keygen-ssh-copy-id/
>
> -[new release notes from JIRA]: https://issues.apache.org/jira/secure/ConfigureReleaseNote.jspa?projectId=12311292
> +[new release notes from JIRA]: https://issues.apache.org/jira/secure/ConfigureReleaseNote.jspa?projectId=12310732
>
> [archived]: http://archive.apache.org/dist/incubator/jspwiki/
> [mirrors]: http://www.apache.org/dev/mirrors.html
>
> Modified: incubator/jspwiki/trunk/ReleaseNotes
> URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ReleaseNotes?rev=1404696&r1=1404695&r2=1404696&view=diff
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> --- incubator/jspwiki/trunk/ReleaseNotes (original)
> +++ incubator/jspwiki/trunk/ReleaseNotes Thu Nov  1 18:04:52 2012
> @@ -35,7 +35,9 @@ Please report any issues at https://issu
> UPDATES SINCE 2.8.4
> ===================
>
> -The full list is available in the ChangeLog file.  Highlights include
> +Details are available in the ChangeLog file or via our issue tracker.
> +
> +Highlights include:
>
> * The java packages have been renamed from com.ecyrd.jspwiki to  
> org.apache.wiki.
>
>
>

Craig L Russell
Architect, Oracle
http://db.apache.org/jdo
408 276-5638 mailto:Craig.Russell@oracle.com
P.S. A good JDO? O, Gasp!