Changes for page Release Process

Last modified by Simon Urli on 2023/10/10 11:52

From version 75.1
edited by Caleb James DeLisle
on 2011/05/25 14:55
Change comment: added my release commands
To version 75.2
edited by Sergiu Dumitriu
on 2011/05/29 20:45
Change comment: Update branching command to work with git

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.Caleb_James_DeLisle
1 +xwiki:XWiki.Sergiu
Content
... ... @@ -59,9 +59,9 @@
59 59  * Check all pending JIRA issues one by one and with the community decide what to do for them (postpone to next release, postpone the release, split the issue in 2 since a part was already committed, etc).
60 60  * Update translations from http://l10n.xwiki.org (Note: better do this before the branching step below since you'll save yourself a merge)
61 61  * If you're releasing a Release Candidate, first create a branch for the ##commons##, ##rendering##, ##platform##, ##enterprise## and ##manager## modules using ##release:branch##
62 -** Example for ##platform##: ##mvn release:branch -DbranchName=stable-2.6.x -DautoVersionSubmodules=true -Pci##
63 -** Example for ##enterprise##: ##mvn release:branch -DbranchName=stable-2.6.x -DautoVersionSubmodules=true -Pci,hsqldb,mysql,pgsql,derby,jetty,glassfish##
64 -** Example for ##manager##: ##mvn release:branch -DbranchName=stable-2.6.x -DautoVersionSubmodules=true -Pci,hsqldb,mysql,pgsql,derby##
62 +** Example for ##platform##: ##mvn release:branch -DbranchName=stable-3.1.x -DautoVersionSubmodules=true -DsuppressCommitBeforeBranch -DremoteTagging=false -Pci##
63 +** Example for ##enterprise##: ##mvn release:branch -DbranchName=stable-2.6.x -DautoVersionSubmodules=true -DsuppressCommitBeforeBranch -DremoteTagging=false -Pci,hsqldb,mysql,pgsql,derby,jetty,glassfish##
64 +** Example for ##manager##: ##mvn release:branch -DbranchName=stable-2.6.x -DautoVersionSubmodules=true -DsuppressCommitBeforeBranch -DremoteTagging=false -Pci,hsqldb,mysql,pgsql,derby##
65 65  * Create a release branch
66 66  ** Example for ##platform##: ##mvn release:branch -DbranchName=release-2.6-rc-1 -DautoVersionSubmodules=true -Pci##
67 67  ** Example for ##enterprise##: ##mvn release:branch -DbranchName=stable-2.6-rc-1 -DautoVersionSubmodules=true -Pci,hsqldb,mysql,pgsql,derby,jetty,glassfish##

Get Connected