From 33d6f7a8a418b4ad4b6f0612328153df2d19af99 Mon Sep 17 00:00:00 2001 From: Floraachy <62091502+floraachy@users.noreply.github.com> Date: Sat, 11 May 2024 15:38:08 +0800 Subject: [PATCH] Update RELEASING.rst --- RELEASING.rst | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/RELEASING.rst b/RELEASING.rst index 08004a84c..e0725345e 100644 --- a/RELEASING.rst +++ b/RELEASING.rst @@ -1,16 +1,4 @@ -Release Procedure ------------------ -Our current policy for releasing is to aim for a bug-fix release every few weeks and a minor release every 2-3 months. The idea -is to get fixes and new features out instead of trying to cram a ton of features into a release and by consequence -taking a lot of time to make a new one. - -The git commands assume the following remotes are setup: - -* ``origin``: your own fork of the repository. -* ``upstream``: the ``pytest-dev/pytest`` official repository. - -Preparing: Automatic Method ~~~~~~~~~~~~~~~~~~~~~~~~~~~ We have developed an automated workflow for releases, that uses GitHub workflows and is triggered