Versions Compared

Key

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

...

Code Block
git checkout develop
git pull

git fetch origin --prune

Create a release branch

...

Now you should be on release/X.X.X.X branch (git status supposes  supposed to confirm that). You must push changes to remote repo as the Release plugins will push changes to remote as well.

...