- Notifications
You must be signed in to change notification settings - Fork10
This script is intended to continuosly create tags according to the semantic versioning specs
License
hyperdevs-team/tag-flow
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This script is intended to continuosly create tags according to thesemantic versioning specs in the current head of a git repo. This script only increments the PATCH of the previously tagged version, to increment the MAJOR or MINOR number it is necessary to manually create a tag or use one of the arguments.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Python 2.7+
- Tag the first representative commit of your repo to start the "flow" (e.g.
v1.0.0, or0.5.2) - Copy tag.py in your project or add it as a submodule:
git submodule add git@github.com:bq/tag-flow.gitIMPORTANT: if you use a CI system, make sure your CI user can pull from Github, else use
git submodule add https://github.com/bq/tag-flow.git- Inside the repo, use one of these:
python tag-flow/tag.pypython tag-flow/tag.py bump-minorpython tag-flow/tag.py bump-major# python tag-flow/tag.pyCreating new tag: v1.0.45 (previous tag for branch: v1.0.44)# python tag-flow/tag.py bump-minorCreating new tag: v1.1.0 (previous tag for branch: v1.0.44)# python tag-flow/tag.py bump-majorCreating new tag: v2.0.0 (previous tag for branch: v1.0.44)We useSemVer for versioning. For the versions available, see thetags on this repository.
- Sebastián Varela -Initial work
- Iván Martinez -Initial work
- Adrián García -Special contributor
The work in this repository up to April 28th, 2021 was done bybq.Thanks for all the work!!
This project is licensed under the Apache 2.0 License - see theLICENSE file for details
About
This script is intended to continuosly create tags according to the semantic versioning specs
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Contributors3
Uh oh!
There was an error while loading.Please reload this page.