1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Maintenance
===========
This sets you up for maintenance.
New Releases
------------
You can build the new release by running this command:
.. code-block:: shell
tox -e build
To release new versions,
1. Edit the Changelog Section.
2. Create a commit and push it.
3. Wait for `GitHub Actions <https://github.com/niccokunzmann/python-recurring-ical-events/actions>`_ to finish the build.
4. Run
.. code-block:: shell
git tag v3.5.1
git push origin v3.5.1
5. Wait for the tag to build. @niccokunzmann or another maintainer needs to approve the push to PyPI.
6. Notify the issues about their release.
|