mirror of
https://github.com/semver/semver.git
synced 2026-07-11 08:02:23 -05:00
[GH-ISSUE #263] List of programs and Windows/POSIX "unit testing" scripts. #1920
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Jul 10, 2015).
Original GitHub issue: https://github.com/semver/semver/issues/263
It would be good to have a list of programs (binaries/scripts) that can read, write and manipulate version numbers. For example, if you have a file called "version.txt" in the root of your source code whose file contents contain a semantic version number, it would be handy to be able to run a program to, for example, read the file contents, increment the major/minor/patch number then re-save the new version number back to the file.
E.g.:
Also, it would be good to provide unit testing scripts for such a purpose.
@jwdonahue commented on GitHub (Dec 8, 2017):
@michaelainsworth, tool implementations are not within the scope of SemVer. Please feel free to produce whatever tooling you wish in whatever repo you like, other than semver/semver. When you have a tool, feel free to link to it from from the Tooling section of the Wiki.
Unless you have further comments or questions, please close this issue at your earliest possible convenience.