Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please create a tag #8

Open
fizwit opened this issue Jul 8, 2023 · 0 comments
Open

please create a tag #8

fizwit opened this issue Jul 8, 2023 · 0 comments

Comments

@fizwit
Copy link

fizwit commented Jul 8, 2023

To promote reproducible science, could you please use git tags. 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 -a 1.0.0 -m "release note"
git push --tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant