now this can be a docker container and version a different repository that is on same file system
This commit is contained in:
12
README.txt
12
README.txt
@@ -1,3 +1,13 @@
|
||||
Semantic Versioning
|
||||
----------
|
||||
|
||||
2
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user