mirror of
https://github.com/docker/compose.git
synced 2025-07-22 05:04:27 +02:00
Update release script and run.sh image name.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
c8cd618df9
commit
34f5912bbc
@ -61,9 +61,10 @@ git checkout -b $BRANCH $BASE_VERSION
|
|||||||
git config "branch.${BRANCH}.release" $VERSION
|
git config "branch.${BRANCH}.release" $VERSION
|
||||||
|
|
||||||
|
|
||||||
echo "Update versions in docs/install.md and compose/__init__.py"
|
echo "Update versions in docs/install.md, compose/__init__.py, script/run.sh"
|
||||||
$EDITOR docs/install.md
|
$EDITOR docs/install.md
|
||||||
$EDITOR compose/__init__.py
|
$EDITOR compose/__init__.py
|
||||||
|
$EDITOR script/run.sh
|
||||||
|
|
||||||
|
|
||||||
echo "Write release notes in CHANGELOG.md"
|
echo "Write release notes in CHANGELOG.md"
|
||||||
|
@ -15,9 +15,8 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION="1.4.0dev"
|
VERSION="1.5.0"
|
||||||
# TODO: move this to an official repo
|
IMAGE="docker/compose:$VERSION"
|
||||||
IMAGE="dnephin/docker-compose:$VERSION"
|
|
||||||
|
|
||||||
|
|
||||||
# Setup options for connecting to docker host
|
# Setup options for connecting to docker host
|
||||||
|
Loading…
x
Reference in New Issue
Block a user