Move run scripts to script/run
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
a87d482a3b
commit
ec6bb1660d
6 changed files with 3 additions and 28 deletions
|
|
@ -65,10 +65,10 @@ git config "branch.${BRANCH}.release" $VERSION
|
|||
|
||||
editor=${EDITOR:-vim}
|
||||
|
||||
echo "Update versions in docs/install.md, compose/__init__.py, script/run.sh"
|
||||
echo "Update versions in docs/install.md, compose/__init__.py, script/run/run.sh"
|
||||
$editor docs/install.md
|
||||
$editor compose/__init__.py
|
||||
$editor script/run.sh
|
||||
$editor script/run/run.sh
|
||||
|
||||
|
||||
echo "Write release notes in CHANGELOG.md"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue