gchromVAR
gchromVAR copied to clipboard
Could you please tag your project
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
Bump. 🙏
FYI: https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository