mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Update release instructions.
This commit is contained in:
parent
7fdb72cff8
commit
34577f73cb
1 changed files with 6 additions and 5 deletions
|
@ -213,12 +213,13 @@ And to produce a HTML doc in the `docs/_output` folder::
|
||||||
How to release?
|
How to release?
|
||||||
===============
|
===============
|
||||||
|
|
||||||
In order to prepare a new release, we are following the following steps:
|
In order to issue a new release, follow the following steps:
|
||||||
|
|
||||||
- Merge remaining pull requests;
|
- Merge remaining pull requests;
|
||||||
|
- Switch to the master branch;
|
||||||
- Update :file:`CHANGELOG.rst` with the last changes;
|
- Update :file:`CHANGELOG.rst` with the last changes;
|
||||||
- Update :file:`CONTRIBUTORS`;
|
- Update :file:`CONTRIBUTORS` (instructions inside the file);
|
||||||
- Update known good versions of dependencies in ``setup.cfg``
|
- Update known good versions of dependencies in ``setup.cfg`` manually;
|
||||||
- If needed, recompress assets. It requires zopflipng::
|
- If needed, recompress assets. It requires zopflipng::
|
||||||
|
|
||||||
make compress-assets
|
make compress-assets
|
||||||
|
@ -228,11 +229,11 @@ In order to prepare a new release, we are following the following steps:
|
||||||
make update-translations
|
make update-translations
|
||||||
make build-translations
|
make build-translations
|
||||||
|
|
||||||
Once this is done, use the "release" instruction::
|
Once this is done, let's release!::
|
||||||
|
|
||||||
make release
|
make release
|
||||||
|
|
||||||
And the new version should be published on PyPI.
|
This will publish the new version to `the Python Package Index <https://pypi.org>`_ (PyPI).
|
||||||
|
|
||||||
.. note:: The above command will prompt for version number, handle
|
.. note:: The above command will prompt for version number, handle
|
||||||
:file:`CHANGELOG.rst` and :file:`setup.cfg` updates, package creation,
|
:file:`CHANGELOG.rst` and :file:`setup.cfg` updates, package creation,
|
||||||
|
|
Loading…
Reference in a new issue