caleblareau / gchromVAR

Cell type specific enrichments using finemapped variants and quantitative epigenetic data
https://caleblareau.github.io/gchromVAR/
MIT License
42 stars 9 forks source link

Could you please tag your project #12

Open fizwit opened 3 years ago

fizwit commented 3 years ago

To promote reproducible science, could you please use git tags. Creating a tag also creates a release for your project. We require tagged releases when building scientific software. Pulling from the master is not reproducible.

I would also recommend using the standard for semantic versioning. (Semver)[https://semver.org/] Version number in the form: Magor.Minor.Patch. Please do not follow the git examples by putting a "v" as the leading character. Github will create a "release" when the tag is pushed.

Thank you for making your software available

git tag 1.0.0
git push origin 1.0.0
mfansler commented 2 months ago

Bump. 🙏

FYI: https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository