Go to file
2017-02-27 19:58:44 +00:00
.bumpversion.cfg now this can be a docker container and version a different repository that is on same file system 2017-02-23 22:11:55 +00:00
.gitignore adding Docker 2017-02-23 20:34:12 +00:00
Dockerfile now this can be a docker container and version a different repository that is on same file system 2017-02-23 22:11:55 +00:00
get_version.py now this can be a docker container and version a different repository that is on same file system 2017-02-23 22:11:55 +00:00
README.txt now this can be a docker container and version a different repository that is on same file system 2017-02-23 22:11:55 +00:00
requirements.txt adding Docker 2017-02-23 20:34:12 +00:00
semver.py added logic to decide if minor or patch versioning should be done based on last commit message 2017-02-27 19:58:44 +00:00
VERSION Bump version: 1.0.3 -> 1.0.4 2017-02-23 19:43:37 +00:00

Semantic Versioning
----------


Usage
-----

docker build -t semver .
docker run -v FULL_PATH_TO_LOCAL_REPO:/application_repo semver

# after this finishes must go to FULL_PATH_TO_LOCAL_REPO and push yourself
git push origin develop
git push origin --tags