From 354a6e03297b48b8f52b4a78aefa3634bd8b0fee Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Sat, 28 Sep 2024 16:53:51 +0100 Subject: [PATCH] update maintenance to v6 --- docs/maintenance.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 `__.