Tag the releaseΒΆ

Now you should tag the software with the current release number. You do this by typing:

$ git tag -a ctools-1.2.0 -m "ctools release 1.2.0"

You push the tag to the repository by typing:

$ git push origin --tags