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