From a7134a183fc8caf4a37d906a517c8c645e27f706 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Sat, 24 Dec 2022 12:49:49 +0000 Subject: [PATCH] Document release process (#13) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9e2d4fa..bf32894 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,11 @@ We discourage defining this inside places like `tox.ini` because when a developer runs tests, they are likely to endup running a different number of tests. Also, this feature makes no sense if you try to mention a specific test. +## Release process + +Releases are triggered from [GitHub Releases](https://github.com/pytest-dev/pytest-plus/releases) +page. + ## Links - [MIT](http://opensource.org/licenses/MIT)