Open petehunt opened 10 years ago
@petehunt: If I may, I'd also recommend tagging the git repository using
git tag -a v<ver> -m "<ver> release" git push --tags
e.g.
git tag -a v1.0.0 -m "1.0.0 release" git push --tags
An example is the releases under the Selenium2Library.
:+1:
:thumbsup:
@petehunt: If I may, I'd also recommend tagging the git repository using
e.g.
An example is the releases under the Selenium2Library.