Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 320 Bytes

RELEASE.md

File metadata and controls

11 lines (6 loc) · 320 Bytes

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_web72 bin/make-release.sh 1.0.0 --no-tag