Tag the releaseΒΆ
Now you should tag the software with the current release number. You do this by typing:
$ git tag -a gammalib-1.2.0 -m "GammaLib release 1.2.0"
You push the tag to the repository by typing:
$ git push origin --tags
Now you should tag the software with the current release number. You do this by typing:
$ git tag -a gammalib-1.2.0 -m "GammaLib release 1.2.0"
You push the tag to the repository by typing:
$ git push origin --tags