Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added push instruction

...

> git tag -a -m "Releasing vMAJOR.MINOR.PATCH" vMAJOR.MINOR.PATCH

 

push

> git checkout master

> git push origin master

> git push origin vMAJOR.MINOR.PATCH