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

Publishing new changes

Kiran Mova edited this page May 2, 2021 · 6 revisions

Overview

Publishing the changes from staging to master is a two-step process.

Note: These steps can be performed only by OpenEBS Docs maintainers.

Step 1: Push the changes to master

  • Verify all the required changes are merged to staging
  • Raise a PR from staging to master. You can mention the subject as "Push to master - [yyyy-mm-dd]". Verify that the PR includes the required commits to be deployed to master.
  • Merge the PR.
  • Verify the https://docs.openebs.io reflects the changes.

Step 2: Setup new staging

  • Rename staging to staging-<yyyymmdd>. This step is required to have a backup of the branch to accept PRs from some inflight changes in the forked repositories. This branch will be deleted after a month.
  • Create a new branch named staging from master
  • Edit Settings->Branches and change the default branch to new staging.
Clone this wiki locally