You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 10, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.rst
+27
Original file line number
Diff line number
Diff line change
@@ -38,3 +38,30 @@ The test suite execution process is managed by ``tox``:
38
38
.. code:: bash
39
39
40
40
$ tox
41
+
42
+
43
+
Releases
44
+
--------
45
+
46
+
Releases are automatically published to PyPI through Travis CI when commits are tagged. The following ``git flow`` commands lead to a tagged commit that can be pushed to GitHub:
47
+
48
+
49
+
.. code:: bash
50
+
51
+
$ git flow release start X.Y.Z
52
+
$ vim CHANGELOG.rst
53
+
$ vim setup.py
54
+
$ git commit -m "X.Y.Z"
55
+
$ git flow release publish X.Y.Z
56
+
$ git flow release finish X.Y.Z
57
+
58
+
59
+
After you've completed the ``git flow`` steps above, you'll need to push the changes from your local repository to the GitHub repository:
0 commit comments