Versions Compared

Key

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

...

Code Block
languagebash
git checkout <url>/<repo>
cd <repo>
git checkout 1.1 && git checkout master
git merge 1.1 --no-ff
# may fix some conflicts, no-ff is required for gerrit to accept a merge if it would have been a fast-forward
git push origin HEAD:refs/for/master
# accept change in gerrit

Version update

Update the version of each project:

 

GIT finalization

  • tag
  • push tag