Go to file
Derek DeJonghe 055d0101ca bugfix
2018-06-01 13:53:13 -04:00
dist dont need dist, added to ignore 2018-05-25 13:32:39 -04:00
semver bugfix 2018-06-01 13:53:13 -04:00
.bumpversion.cfg add semantic versioning checks 2018-05-24 16:36:45 -04:00
.gitignore fix conflict 2018-05-25 14:15:28 -04:00
Dockerfile update Docker file to allow other users to run semver 2018-05-25 16:08:38 -04:00
README.md switched to module and cli install 2018-05-23 15:09:14 -04:00
README.rst switched to module and cli install 2018-05-23 15:09:14 -04:00
setup.py switched to module and cli install 2018-05-23 15:09:14 -04:00
VERSION update Docker file to allow other users to run semver 2018-05-25 16:08:38 -04:00

Semantic Versioning

Usage

FULL_PATH_TO_LOCAL_REPO gives container access to repo to be versioned

FULL_PATH_TO_SSH_FOLDER gives container access to ssh keys to be able to push repo

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

after this finishes must go to FULL_PATH_TO_LOCAL_REPO and push yourself

git push origin develop git push origin --tags