Last modified by Thomas Mortagne on 2019/11/13 10:00

<
From version < 10.1 >
edited by Simon Urli
on 2019/11/07 13:03
To version < 11.2
edited by Thomas Mortagne
on 2019/11/13 10:00
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.surli
1 +xwiki:XWiki.ThomasMortagne
Content
... ... @@ -14,7 +14,10 @@
14 14  #set ($releaseNotesWikiLink = "xwiki:ReleaseNotes.Data.XWiki.${shortVersion}")
15 15  #set ($isFinal = !$isRC && !$isMilestone)
16 16  #set ($isFirstFinal = $versionParts.size() == 2 && $isFinal)
17 -#set ($isBugfix = ($versionParts.size() == 3))
17 +#if ($versionParts.size() == 3)
18 + #set ($isBugfix = true)
19 + #set ($bufix = $numbertool.toNumber($versionParts[2]))
20 +#end
18 18  #macro (findPreviousRCReleaseDate $major $resultVariableName)
19 19   #set ($xwql = "select rp.releaseDate from Document doc, doc.object(ReleasePlans.ReleasePlanClass) as rp where rp.version like :versionPattern and rp.releaseDate is not null order by rp.releaseDate desc")
20 20   #set ($query = $services.query.xwql($xwql).bindValue('versionPattern', "${major}.%-rc-%"))
... ... @@ -71,8 +71,8 @@
71 71  #end
72 72  * (!) [[Announce on the Forum>>ReleasePlans.ReleasePlanHelp||anchor="HForumAnnouncement"]] {{warning}}Skipped: internal release only{{/warning}}
73 73  * (!) [[Announce on Twitter>>ReleasePlans.ReleasePlanHelp||anchor="HAnnounceonTwitter"]] with the [[xwikiorg account>>https://twitter.com/xwikiorg/]] {{warning}}Skipped: internal release only{{/warning}}
74 -* (x) Update the [[Release Plan page>>ReleasePlans.WebHome||anchor="HNextReleaseManagers"]] to move yourself to the bottom of the list for your next release.
75 -* (x) Ensure that the [[release date in this Release Plan>>path:$doc.getURL("edit", "editor=object")]] corresponds to the date when the git release was done
77 +* (/) Update the [[Release Plan page>>ReleasePlans.WebHome||anchor="HNextReleaseManagers"]] to move yourself to the bottom of the list for your next release.
78 +* (/) Ensure that the [[release date in this Release Plan>>path:$doc.getURL("edit", "editor=object")]] corresponds to the date when the git release was done
76 76  #if (!$isBugfix)
77 77   * (x) Update the release date on the [[Roadmap page>>xwiki:Roadmaps.WebHome]] for non bugfix releases and move the roadmap items to the archive page (for final releases)
78 78  #end

Get Connected