Push commit with tags

Tags can be pushed with commits in one command:

$ git push --follow-tags

This will only push tags referenced by commits in the git push.

source

View on Github