Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Correct incorect note about pushing tags.

...

  • git tag v1.1.1
  • git push origin v1.1.1
Note

I (GS) am not sure the above is correct, assuming I am correct in what I think it should be doing. I think we found that you need to do

Code Block
git push origin --tags

For tags to be pushed.

--action branch

Requires

  • --tag_label v1.1.1
  • --branch_label 1.1.1

...