facebookarchive/huxley

Ship 0.5

petehunt opened this issue · 3 comments

Ship 0.5

@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.

👍

👍