Add RELEASE.md

This commit is contained in:
Johannes Meyer 2021-05-28 11:07:48 +02:00
parent 4706d62837
commit f98f4932af
1 changed files with 11 additions and 0 deletions

11
RELEASE.md Normal file
View File

@ -0,0 +1,11 @@
# Create New Release
./bin/make-release.sh <version> [--no-tag]
e.g.
./bin/make-release.sh 1.0.0
## Docker Example
docker run -it -v $(pwd):/tmp/pwd -w /tmp/pwd -v $(realpath ~/.gitconfig):/tmp/user/.gitconfig -e "HOME=/tmp/user" -u $(id -u):$(id -g) dev-docker_web56 bin/make-release.sh 1.0.0 --no-tag