File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -213,6 +213,23 @@ maintainers.
213
213
`Porkbun <https://porkbun.com/ >`_
214
214
-- reach out to him directly for any changes).
215
215
216
+ Creating a new release
217
+ ~~~~~~~~~~~~~~~~~~~~~~
218
+
219
+ .. note ::
220
+
221
+ The following process assumes that you call the ``remote `` for the main repository for tox ``upstream ``.
222
+
223
+ .. code :: shell
224
+
225
+ git remote add upstream [email protected] :tox-dev/tox.git
226
+
227
+ In order to create a new release, a maintainer needs to run the following command::
228
+
229
+ tox r -e release -- <version>
230
+
231
+ You need to replace ``<version> `` with an actual version number according to
232
+ `Semantic Versioning <https://semver.org/ >`_.
216
233
217
234
.. _current-maintainers :
218
235
You can’t perform that action at this time.
0 commit comments