Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Pressrelease

Jos Poortvliet edited this page Sep 15, 2018 · 1 revision

how to do a press release

Besides the whole PR side, we have to create a press release on our website. You can find those linked on nextcloud.com/press and they have a URL like nextcloud.com/press/pr20180523.

  1. Create a branch 🥇
  2. Look in the repo for a page like page-pr20180917.php copy it to a new file and name it, similarly, page-pr$DATE.php
  3. Fill it in a similar way to the old one with your press release
  4. Edit base.php, scroll to the list of pr pages and add the new one in the same way.
  5. Create a page pr$DATE on wordpress, with press as parent and locally test the page
  6. Edit page-press.php and add the new page on top like the other ones. Test!
  7. When all is done, commit the files, push the branch.
  8. Create the page on nextcloud.com wordpress same way
  9. On release day, merge & deploy the branch and the page is there.
Clone this wiki locally