Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Author(s)

Thomas Kulik

Tasks

01. Create a new branch of the doc project in gerrit

  1. Open https://gerrit.onap.org/r/admin/repos/doc,branches
  2. Use [CREATE NEW] function on the top right corner
  3. Set 'Branch name' to the name of the upcoming release (e.g. 'istanbul')
  4. Set 'Initial revision' to 'master'
  5. Use [CREATE] to create the new branch

00. Clone the new doc branch to your development environment

  1. git clone --branch <branch> --recurse-submodules ssh://<username>@gerrit.onap.org:29418/doc

...