You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ofMAJOR
signifies a backwards incompatible changes,MINOR
for backwards compatible changes, andPATCH
for small bugfixes. See http://semver.org/ for more details.The text was updated successfully, but these errors were encountered: