From 9aa23e0221ac3e0afd230090b5b6da44b49f3593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=B6ster?= Date: Wed, 18 May 2016 11:36:19 +0200 Subject: [PATCH] [skip ci] Update GUIDELINES.md --- GUIDELINES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GUIDELINES.md b/GUIDELINES.md index 62601524d0d51..75254e4013f07 100644 --- a/GUIDELINES.md +++ b/GUIDELINES.md @@ -17,6 +17,8 @@ - If the recipe installs custom wrapper scripts, usage notes should be added to ``extra -> notes`` in the `meta.yaml`. +- If uploading of an unreleased version cannot be avoided, please follow the versioning scheme of conda for pre- and post-releases (e.g. using a, b, rc, and dev suffixes, see [here](https://github.com/conda/conda/blob/d1348cf3eca0f78093c7c46157989509572e9c25/conda/version.py#L30)). + ## Examples The following recipes serve as examples of good recipes that can be used as