facebookarchive / huxley

A testing system for catching visual regressions in Web applications.
Apache License 2.0
4.07k stars 286 forks source link

Ship 0.5 #44

Open petehunt opened 10 years ago

emanlove commented 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.

paazmaya commented 10 years ago

:+1:

kalupa commented 10 years ago

:thumbsup: