Versions Compared

Key

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

...

This kind of Release performed to rollout some scope of planned changes, as usual it carried out on regular basis, at the end of group of sptintsprint's cycles etc.

Let assume that we need to prepare a new release with the number: 2.2.1 and the tag: v2.2.1. In term of mentioned above general instruction, perepared release number is: X.Y.1.

  • Create a new release branch out of master - main development branch:

git checkout master (swith to the main development branch)

git pull (retrive latest changes to branch)

git checkout -b tmp-release-X.Y.0 (create a new release branch)





2. Bugfix Release.