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

Add version numbers to the toolbox #14

Open
venthur opened this issue Mar 26, 2015 · 0 comments
Open

Add version numbers to the toolbox #14

venthur opened this issue Mar 26, 2015 · 0 comments

Comments

@venthur
Copy link
Contributor

venthur commented Mar 26, 2015

Adding version numbers will make it a lot easier to refer to a certain state of the toolbox.

If we use versioning, we can use git tag, and github will automatically create downloadable zip files for each version.

I propose a versioning scheme that follows the widely accepted standard MAJOR.MINOR.PATCH. An Increase of MAJOR signifies a backwards incompatible changes, MINOR for backwards compatible changes, and PATCH for small bugfixes. See http://semver.org/ for more details.

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