mirror of https://github.com/docker/compose.git
case PyPI correctly
Signed-off-by: Thomas Grainger <tom.grainger@procensus.com>
This commit is contained in:
parent
f5ad3e7577
commit
024b5dd6da
|
@ -814,7 +814,7 @@ Fig has been renamed to Docker Compose, or just Compose for short. This has seve
|
||||||
|
|
||||||
- The command you type is now `docker-compose`, not `fig`.
|
- The command you type is now `docker-compose`, not `fig`.
|
||||||
- You should rename your fig.yml to docker-compose.yml.
|
- You should rename your fig.yml to docker-compose.yml.
|
||||||
- If you’re installing via PyPi, the package is now `docker-compose`, so install it with `pip install docker-compose`.
|
- If you’re installing via PyPI, the package is now `docker-compose`, so install it with `pip install docker-compose`.
|
||||||
|
|
||||||
Besides that, there’s a lot of new stuff in this release:
|
Besides that, there’s a lot of new stuff in this release:
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,7 @@ git push $GITHUB_REPO $VERSION
|
||||||
echo "Uploading the docker image"
|
echo "Uploading the docker image"
|
||||||
docker push docker/compose:$VERSION
|
docker push docker/compose:$VERSION
|
||||||
|
|
||||||
echo "Uploading sdist to pypi"
|
echo "Uploading sdist to PyPI"
|
||||||
pandoc -f markdown -t rst README.md -o README.rst
|
pandoc -f markdown -t rst README.md -o README.rst
|
||||||
sed -i -e 's/logo.png?raw=true/https:\/\/github.com\/docker\/compose\/raw\/master\/logo.png?raw=true/' README.rst
|
sed -i -e 's/logo.png?raw=true/https:\/\/github.com\/docker\/compose\/raw\/master\/logo.png?raw=true/' README.rst
|
||||||
./script/build/write-git-sha
|
./script/build/write-git-sha
|
||||||
|
|
Loading…
Reference in New Issue