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
Copy file name to clipboardExpand all lines: CONTRIBUTING.rst
+32-2Lines changed: 32 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -191,5 +191,35 @@ However, JPEG images up to 2MiB are accepted.
191
191
Performing a release
192
192
--------------------
193
193
194
-
There is currently no release process.
195
-
See `this issue <https://github.com/adamtheturtle/vws-python-mock/issues/12>`__ for details.
194
+
Outcomes
195
+
~~~~~~~~
196
+
197
+
* A new ``git`` tag available to install.
198
+
199
+
Prerequisites
200
+
~~~~~~~~~~~~~
201
+
202
+
* ``python3`` on your ``PATH`` set to Python 3.5+.
203
+
* ``virtualenv``.
204
+
* Push access to this repository.
205
+
* Trust that ``master`` is ready and high enough quality for release.
206
+
207
+
Perform a Release
208
+
~~~~~~~~~~~~~~~~~
209
+
210
+
#. Get a GitHub access token:
211
+
212
+
Follow the `GitHub instructions <https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/>`__ for getting an access token.
213
+
214
+
#. Set environment variables to GitHub credentials, e.g.:
0 commit comments