Changes for page Release Plan Help

Last modified by Vincent Massol on 2024/03/19 16:56

<
From version < 219.1 >
edited by Thomas Mortagne
on 2019/11/25 14:37
To version < 221.1 >
edited by Eduard Moraru
on 2020/01/07 16:59
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.ThomasMortagne
1 +xwiki:XWiki.enygma
Content
... ... @@ -23,6 +23,12 @@
23 23  
24 24  In all cases, all opened issues must be closed before the release can be done.
25 25  
26 += Verify issues with commits =
27 +
28 +Such open issues may exist because the wrong issue key was used when committing, the existing commits are just trying to fix a test or adding extra logging (and not affecting the runtime) while the problem has not been addressed, it's a commit in a feature branch, etc. You need to ignore these false positives and detect any issue that has actual work done on it that is relevant for this release, close it and assign it the correct fix version so that it's properly counted in the release notes.
29 +
30 +Note: The JIRA query is not perfect yet as we [[cannot query on the commit update date>>https://jira.atlassian.com/browse/JRASERVER-64130]]. Thus FTM you'll need to review each issue listed and verify if the issue should be closed or if it's a false positive.
31 +
26 26  = Log on Release machine =
27 27  
28 28  {{code language="sh"}}
... ... @@ -415,9 +415,8 @@
415 415  *** ##xwiki-rendering/pom.xml##
416 416  *** ##xwiki-platform/xwiki-platform-core/pom.xml##
417 417  *** If you are doing this on the agent, you can use ##nano## to open the files and use ##CTRL+W## to search for ##revapi##. Once you have found the JSON formatted ignores, select all the lines you want to delete by using ##CTRL+SHIFT+6## and press ##CTRL+K## to delete the selected lines. Exit the exitor with ##CTRL+X##, ##y##, ##ENTER## (when asked if the changes should be saved) and commit the changes for each repository.
424 +** Make sure the ##xwiki.compatibility.previous.version## value is changed also on the branch from where you've released, and that the ignores are cleaned too from the branch, since future releases (ex. 10.5.1) are final releases too.
418 418  
419 - Make sure the ##xwiki.compatibility.previous.version## value is changed also on the branch from where you've released, and that the ignores are cleaned too from the branch, since future releases (ex. 10.5.1) are final releases too.
420 -
421 421  = Clean up identity =
422 422  
423 423  {{code language="sh"}}

Get Connected