update maintenance to v6

pull/710/head
Nicco Kunzmann 2024-09-28 16:53:51 +01:00
rodzic 0f210f8bef
commit 354a6e0329
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -69,8 +69,8 @@ However, only people with ``PyPI environment access for GitHub Actions`` can app
git checkout main
git pull
git checkout -b release main
git add CHANGES.rst src/icalendar/__init__.py docs/install.rst
git commit -m"version 5.0.0"
git add CHANGES.rst
git commit -m"version 6.0.0"
3. Push the commit and `create a pull request <https://github.com/collective/icalendar/compare?expand=1>`__
Here is an `example pull request #457 <https://github.com/collective/icalendar/pull/457>`__.