Skip to content

Commit 66fb6ad

Browse files
committed
docs(releases): add instructions for starting CI jobs
1 parent c22550d commit 66fb6ad

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/contributing/releases.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,13 @@ deis repo
4949
* ``git checkout master && git pull``
5050
* ``git tag vX.Y.Z``
5151
* ``git push --tags origin vX.Y.Z``
52+
- Trigger all deis-cli and deisctl builder jobs at ci.deis.io. When they finish, verify that
53+
the current binary installers are publicly downloadable from the opdemand S3 bucket.
54+
- Trigger the test-master job, supplying vX.Y.Z as the version
55+
- When test-master completes, double-check images at Docker Hub to verify tags are published
5256
- Publish CLI to pypi.python.org
5357
- ``cd client && python setup.py sdist upload``
5458
- use testpypi.python.org first to ensure there aren't any problems
55-
- Continuous delivery jobs at ci.deis.io will update the deis CLI. Double-check that the
56-
current binary installers are publicly downloadable from the opdemand S3 bucket.
5759

5860
deis.io repo
5961
------------

0 commit comments

Comments
 (0)