Task #2942
openCreate ReleasePlan wiki pages before they are released
0%
Description
Every time a new pre-release or final release is created, its wiki page needs to be created as well. For instance, see: https://wiki.documentfoundation.org/Releases/6.3.0/RC2
How to do it ( taking https://wiki.documentfoundation.org/Releases/6.3.0/RC2 as a example):
1. Copy content from https://wiki.documentfoundation.org/Releases/6.2.0/RC2 to https://wiki.documentfoundation.org/Releases/6.3.0/RC2
2. Replace all 6.2.0 with 6.3.0
3. Change [[Category:Release|6202]] to [[Category:Release|6302]]
4. Remove content from 'List of fixed bugs' section
5. Get the new content from https://dev-builds.libreoffice.org/pre-releases/src/' ( for 6.3.0 RC2 the file is called 'bugs-libreoffice-6-3-0-release-6.3.0.2.wiki' )
- Go to the local repository
- ./g pull -r
- ./g fetch --tags
- mkdir outdir
- cd outdir
- bootstrapdir=/home/xisco/releases/
- export lo_tag=6.3.0.2
- export lo_tag_last=6.3.0.1
- $bootstrapdir/bin/lo-commit-stat --cherry --commits --bugs --bugs-wiki --bugs-changelog --log-suffix=release-${vendor_use:+libreoffice-}$lo_tag $bootstrapdir libreoffice-$lo_tag_last libreoffice-$lo_tag
- 'bugs-libreoffice-6-3-0-release-6.3.0.2.wiki' will be created
6. Update the link in the Translations section
Updated by Xisco Fauli Tarazona over 5 years ago
- Subject changed from Create ReleasePlan wiki pages before their release to Create ReleasePlan wiki pages before they are released