Project

General

Profile

Actions

Task #2942

open

Create ReleasePlan wiki pages before they are released

Added by Xisco Fauli Tarazona over 4 years ago. Updated over 4 years ago.

Status:
New
Priority:
Normal
Target version:
Team - Recurring
Start date:
Due date:
% Done:

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' )

if it doesn't exists, you can create it yourself.
  1. Go to the local repository
  2. ./g pull -r
  3. ./g fetch --tags
  4. mkdir outdir
  5. cd outdir
  6. bootstrapdir=/home/xisco/releases/
  7. export lo_tag=6.3.0.2
  8. export lo_tag_last=6.3.0.1
  9. $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
  10. 'bugs-libreoffice-6-3-0-release-6.3.0.2.wiki' will be created

6. Update the link in the Translations section

Actions #1

Updated by Xisco Fauli Tarazona over 4 years ago

  • Subject changed from Create ReleasePlan wiki pages before their release to Create ReleasePlan wiki pages before they are released
Actions

Also available in: Atom PDF