krestenkrab / triq

Trifork QuickCheck
http://krestenkrab.github.com/triq/
Apache License 2.0
281 stars 54 forks source link

Any tagged version or release branch? #57

Open linearregression opened 8 years ago

linearregression commented 8 years ago

Can releases be git tagged or branch so to avoid pulling form a moving target?

drozzy commented 8 years ago

Just depend on a sha of a commit?

E.g. in rebar3:

{triq, {git, "git@github.com:krestenkrab/triq.git", {ref, "c7306b8eaea133d52140cb828817efb5e50a3d52"}}}