General Actions:
| ... | ... | @@ -1,43 +1,72 @@ |
| 1 | -{{velocity}} | |
| 2 | -#set ($object = $doc.getObject("ReleasePlans.ReleasePlanClass")) | |
| 3 | -#set ($version = $object.getProperty("version").getValue()) | |
| 4 | -#set ($shortVersion = $stringtool.replaceChars($version, ".-", "")) | |
| 5 | -#set ($shortVersion = $stringtool.upperCase($shortVersion)) | |
| 6 | -#set ($shortVersion = $shortVersion.replace('MILESTONE', 'M')) | |
| 7 | -{{/velocity}} | |
| 1 | +== Pre-release June 4th == | |
| 8 | 8 | |
| 9 | -{{info}}Use these icons to mark the release progress: (x) not done, (/) done, (!) not done for a good reason (explain reason){{/info}} | |
| 3 | +* (/) 2 day warning and ask if anyone needs to block the release. | |
| 4 | +* (/) Verify no open issues. | |
| 5 | +* (/) Verify no failing tests (or that failures are understood). | |
| 6 | +* (/) Verify all closed issues have documentation. | |
| 7 | +{{velocity}}#set($version = "4.1-rc-1") | |
| 8 | +[[Closed issues without documentation>>http://jira.xwiki.org/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=Project+in+%28%22XWiki+Commons%22%2C+%22XWiki+Rendering%22%2C+%22XWiki+Platform%22%2C+%22XWiki+Enterprise%22%2C+%22XWiki+Enterprise+Manager%22%29+and+fixVersion+in+%28%22$version%22%29+and+resolution+in+%28%22Fixed%22%29+and+%28%28Documentation+is+EMPTY%29+or+%28%22Documentation+in+Release+Notes%22+is+EMPTY%29%29&runQuery=true&clear=true]]{{/velocity}} | |
| 9 | +* (/) Branch stable-4.1.x | |
| 10 | +* (/) Start Jenkins jobs for stable-4.1.x | |
| 11 | +* (/) Begin [[Release notes>>xwiki:ReleaseNotes.WebHome]] | |
| 10 | 10 | |
| 11 | -* (x) Verify that the ##xwiki-commons##'s top level POM has a ##xwiki.clirr.previous.version## property correctly pointing to the latest stable (non-milestone) release and if not, change it and [[ensure that all the CLIRR excludes are correct>>ReleasePlans.ReleasePlanHelp||anchor="HInitialCLIRRcheck"]] and remove those that are no longer valid. | |
| 12 | -* (x) Verify that there are no {{velocity}}[[open issues on JIRA for version $version>>http://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=Project+in+%28%22XWiki+Commons%22%2C+%22XWiki+Rendering%22%2C+%22XWiki+Platform%22%2C+%22XWiki+Enterprise%22%2C+%22XWiki+Enterprise+Manager%22%29+and+fixVersion+in+%28%22$version%22%29+and+resolution+in+%28%22Unresolved%22%29]]{{/velocity}} | |
| 13 | -* (x) Verify that no tests are failing [[on the CI Server>>http://ci.xwiki.org]] (or that failures are understood). | |
| 14 | -* (x) Verify that there are no {{velocity}}[[missing documentation for closed JIRA issues for version $version>>http://jira.xwiki.org/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=Project+in+%28%22XWiki+Commons%22%2C+%22XWiki+Rendering%22%2C+%22XWiki+Platform%22%2C+%22XWiki+Enterprise%22%2C+%22XWiki+Enterprise+Manager%22%29+and+fixVersion+in+%28%22$version%22%29+and+resolution+in+%28%22Fixed%22%29+and+%28%28Documentation+is+EMPTY%29+or+%28%22Documentation+in+Release+Notes%22+is+EMPTY%29%29&runQuery=true&clear=true]]{{/velocity}} | |
| 15 | -* (x) Ensure that the {{velocity}}[[Release Notes are complete and nice-looking for version $version>>xwiki:ReleaseNotes.ReleaseNotesXWiki${shortVersion}]]{{/velocity}} | |
| 16 | -* Release JIRA versions for the following JIRA projects: | |
| 17 | -** (x) [[Commons JIRA>>http://jira.xwiki.org/plugins/servlet/project-config/XCOMMONS/versions]] | |
| 18 | -** (x) [[Rendering JIRA>>http://jira.xwiki.org/plugins/servlet/project-config/XRENDERING/versions]] | |
| 19 | -** (x) [[Platform JIRA>>http://jira.xwiki.org/plugins/servlet/project-config/XWIKI/versions]] | |
| 20 | -** (x) [[Enterprise JIRA>>http://jira.xwiki.org/plugins/servlet/project-config/XE/versions]] | |
| 21 | -** (x) [[Enterprise Manager JIRA>>http://jira.xwiki.org/plugins/servlet/project-config/XEM/versions]] | |
| 22 | -* (x) Since the release is performed on ##agent-1##, mark it offline in the [[ Jenkins admin screen>>http://ci.xwiki.org/computer/agent-1/markOffline]]. Put as comment {{velocity}}{{code language="none"}}Temporarily marking agent-1 offline for the release of $version{{/code}}{{/velocity}}. | |
| 23 | -* (x) [[Log on the release machine>>ReleasePlans.ReleasePlanHelp||anchor="HLogonReleasemachine"]], [[set up your identity>>ReleasePlans.ReleasePlanHelp||anchor="HSetupyouridentity"]] and [[update the release scripts>>ReleasePlans.ReleasePlanHelp||anchor="HUpdateReleasescripts"]] | |
| 24 | -* (x) [[Update translations>>ReleasePlans.ReleasePlanHelp||anchor="HUpdateTranslations"]] | |
| 25 | -* (x) [[Build the release>>ReleasePlans.ReleasePlanHelp||anchor="HBuildtherelease"]] | |
| 26 | -* (x) [[Clean up your identity>>ReleasePlans.ReleasePlanHelp||anchor="HCleanupidentity"]] | |
| 27 | -* (x) Mark ##agent-1## online again in the [[ Jenkins admin screen>>http://ci.xwiki.org/computer/agent-1/]] (button on the right). | |
| 28 | -* (x) [[Publish CLIRR reports>>ReleasePlans.ReleasePlanHelp||anchor="HGenerateCLIRRReport"]] in the {{velocity}}[[Release Notes for version $version>>xwiki:ReleaseNotes.ReleaseNotesXWiki${shortVersion}]]{{/velocity}} | |
| 29 | -* (x) [[Push distribution files to OW2 and release them>>ReleasePlans.ReleasePlanHelp||anchor="HPushtoOW2"]] | |
| 30 | -* (x) Update the [[XE Download page>>http://enterprise.xwiki.org/xwiki/bin/edit/Main/Download]] | |
| 31 | -* (x) Update the [[XEM Download page>>http://manager.xwiki.org/xwiki/bin/edit/Main/Download]] | |
| 32 | -* (x) Ensure that there's a line pointing to the Release Notes for version {{velocity}}$version{{/velocity}} on the [[Release Notes home page>>xwiki:ReleaseNotes.WebHome]] | |
| 33 | -* (x) [[Publish news on OW2>>ReleasePlans.ReleasePlanHelp||anchor="HNewsonOW2"]] | |
| 34 | -* (x) [[Create blog post on xwiki.org>>ReleasePlans.ReleasePlanHelp||anchor="HBlogpostonxwiki.org"]] | |
| 35 | -* (x) [[Update the API doc>>platform:DevGuide.API]], including [[Rendering>>rendering:Main.JavaDoc]] | |
| 36 | -* (x) Update [[Wikipedia (en)>>http://en.wikipedia.org/wiki/XWiki]], [[Wikipedia (fr)>>http://fr.wikipedia.org/wiki/XWiki]] and [[Wikipedia (compare wiki software)>>http://en.wikipedia.org/wiki/Comparison_of_wiki_software]] | |
| 37 | -* (x) [[FreeCode>>http://freecode.com/projects/xwiki/releases/new]] (you can check [[previous releases>>https://freecode.com/projects/xwiki/releases]]) | |
| 38 | -* (x) [[Wikimatrix>>http://www.wikimatrix.org/edit/XWiki]] with Ludovic's account | |
| 39 | -* (x) [[Announcement Mail>>ReleasePlans.ReleasePlanHelp||anchor="HAnnouncementMail"]] | |
| 40 | -* (x) [[Announce on Twitter>>ReleasePlans.ReleasePlanHelp||anchor="HAnnounceonTwitter"]] with the [[xwikiorg account>>https://twitter.com/xwikiorg/]] | |
| 41 | -* (x) Add yourself to the [[Release Manager Roster page>>Community.ReleaseManagerRoster]] | |
| 42 | -* (x) Update the release date on the [[Roadmap page>>enterprise:Main.Roadmap]] for non bugfix releases | |
| 43 | -* (x) [[Push Commons and Rendering to Maven Central>>ReleasePlans.ReleasePlanHelp||anchor="HPublishtoMavenCentral"]] | |
| 13 | +{{info}} | |
| 14 | +Delayed 1 day for windows 7 support. | |
| 15 | +{{/info}} | |
| 16 | + | |
| 17 | +{{info}} | |
| 18 | +Schedule altered because of newly raised concerns with the staging approach. | |
| 19 | +http://lists.xwiki.org/pipermail/devs/2012-June/051107.html | |
| 20 | + | |
| 21 | +Changes to the process documented here: | |
| 22 | +http://lists.xwiki.org/pipermail/devs/2012-June/051115.html | |
| 23 | +{{/info}} | |
| 24 | + | |
| 25 | +== Staging June 11 == | |
| 26 | + | |
| 27 | +* (/) Update translations | |
| 28 | +* (/) Mark the agent offline | |
| 29 | +* (/) Copy manager's .gitconfig profile | |
| 30 | +* (/) Install GPG key | |
| 31 | + | |
| 32 | +=== Jira releases === | |
| 33 | + | |
| 34 | +* (/) commons jira | |
| 35 | +* (/) rendering jira | |
| 36 | +* (/) platform jira | |
| 37 | +* (/) enterprise jira | |
| 38 | +* (/) manager jira | |
| 39 | + | |
| 40 | +* (/) Install Jenkins agent's key in github account | |
| 41 | +* (/) Build release and push into staging. | |
| 42 | + | |
| 43 | +* (/) Copy original .gitconfig profile | |
| 44 | +* (/) Remove GPG key | |
| 45 | +* (/) Mark the agent online | |
| 46 | +* (/) Add CLIRR results to release notes. | |
| 47 | + | |
| 48 | +* (/) release on nexus | |
| 49 | +* (/) push downloadable files to ow2 from maven.xwiki via scp | |
| 50 | +* (/) prepare release on forge.ow2 | |
| 51 | + | |
| 52 | +* (/) Push signed tag to github | |
| 53 | +* (/) Remove Jenkins agent's key in github account | |
| 54 | + | |
| 55 | +* (/) [[XE Download page>>http://enterprise.xwiki.org/xwiki/bin/edit/Main/Download]] | |
| 56 | +* (/) [[XEM Download page>>http://manager.xwiki.org/xwiki/bin/edit/Main/Download]] | |
| 57 | + | |
| 58 | +* (/) [[News on OW2>>http://forge.ow2.org/news/submit.php?group_id=170]] | |
| 59 | +* (/) [[News on xwiki.org>>http://www.xwiki.org/xwiki/bin/view/Blog/]] | |
| 60 | +* (/) [[API doc>>http://platform.xwiki.org/xwiki/bin/view/DevGuide/API]] | |
| 61 | +* (/) [[Wikipedia (en)>>http://en.wikipedia.org/wiki/XWiki]] | |
| 62 | +* (/) [[Wikipedia (fr)>>http://fr.wikipedia.org/wiki/XWiki]] | |
| 63 | + | |
| 64 | +* (?) [[Wikipedia (compare wiki software)>>http://en.wikipedia.org/wiki/Comparison_of_wiki_software]] | |
| 65 | +(only need to change for major releases) | |
| 66 | + | |
| 67 | +* (/) [[FreeCode>>http://freecode.com/projects/xwiki/releases/new]] | |
| 68 | +* (/) [[Wikimatrix>>http://www.wikimatrix.org/edit/XWiki]] | |
| 69 | +* (/) Announcement Mail | |
| 70 | +* (/) Add Purl URL for blog post. | |
| 71 | ||
| 72 | +* (/) Ping Vincent about uploading to maven central. |