From 71dda279b531105ae54534a6391b0ff23ac43524 Mon Sep 17 00:00:00 2001 From: Ilya Taratukhin Date: Tue, 5 Mar 2024 16:08:54 +0100 Subject: [PATCH] feat: check a new release flow --- contributing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contributing.md b/contributing.md index 3363e35b..687985d8 100644 --- a/contributing.md +++ b/contributing.md @@ -70,3 +70,5 @@ The workflow must be approved by one of the maintainers, first. Pre-release will be created after merging pr to the `dev` branch and running the `release` workflow. Python uses PEP 440 for versions format, so we convert a pre-release version from semver to PEP 440 in the `./generate.sh`. + +This is a version for testing a new release flow