Skip to content

Commit

Permalink
Merge pull request #516 from collective/niccokunzmann-patch-2
Browse files Browse the repository at this point in the history
Update maintenance.rst
  • Loading branch information
niccokunzmann committed Jun 22, 2023
2 parents b0ffff8 + 6ed610d commit b8ff114
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/maintenance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ However, only people with ``PyPI environment access for GitHub Actions`` can app

9. If the release is approved by a maintainer. It will be pushed to `PyPI`_.
If that happens, notify the issues that were fixed about this release.
10. Copy this to the start of ``CHANGES.rst`` and create a new commit with this on the ``master`` branch::
10. Copy this to the start of ``CHANGES.rst``::

5.0.2 (unreleased)
------------------
Expand All @@ -127,7 +127,18 @@ However, only people with ``PyPI environment access for GitHub Actions`` can app
Bug fixes:
- ...

11. Push the new CHANGELOG so it is used for future changes.

.. code-block:: bash
git checkout master
git pull
git add CHANGES.rst
git commit -m"Add new CHANGELOG section for future release
See https://icalendar.readthedocs.io/en/latest/maintenance.html#new-releases"
git push upstream master # could be origin or whatever reference
Links
-----
Expand Down

0 comments on commit b8ff114

Please sign in to comment.