From b8351beb1eb712bf296fcc94520d696a6c69cee0 Mon Sep 17 00:00:00 2001 From: Ilya Taratukhin Date: Wed, 20 Mar 2024 12:59:29 +0100 Subject: [PATCH] chore: trigger prerelease with a new workflow --- contributing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contributing.md b/contributing.md index 3363e35b..fe65f2fa 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`. + +new line to trigger prerelease