Update release procedure

pull/342/head
Tim Head 2018-07-02 22:05:57 +02:00
rodzic 60ebcfe2bd
commit 0000b77aaa
1 zmienionych plików z 2 dodań i 7 usunięć

Wyświetl plik

@ -235,15 +235,10 @@ If you do not have access to any of these, please contact a current maintainer o
## Release Process Steps ## Release Process Steps
1. Make a PR bumping version number of repo2docker in the 1. Make a new release on GitHub. When the tag is create travis will build
`setup.py` file and `reop2docker/__init__.py` ,
get it merged, and make sure your local checkout is the
same as `master` on GitHub.
2. Make a new release on GitHub. When the tag is create travis will build
and deploy that tag as the latest release. and deploy that tag as the latest release.
3. Tag and push a docker image: 2. Tag and push a docker image:
```bash ```bash
docker build -t jupyter/repo2docker:v<version> . docker build -t jupyter/repo2docker:v<version> .
docker push jupyter/repo2docker:v<version> docker push jupyter/repo2docker:v<version>