@ci-toolkit/version
v0.4.0
Published
A tool for determining a codebase version
Downloads
27
Readme
Description
The purpose of this suite of commands is to derive the version of a software based on the Git commits history so it is meaningful.
How to...
create a release tag
# cloning the repository
git clone [email protected]:mstream/ci-toolkit.git
# taggin a commit with version
git tag $(npx @ci-toolkit/version show)
# pushing tags
git push --tags master