diff --git a/docs/maintenance.rst b/docs/maintenance.rst index 6f42f9ab..3f61a2b1 100644 --- a/docs/maintenance.rst +++ b/docs/maintenance.rst @@ -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 `__ Here is an `example pull request #457 `__.