From f7aaf213022e7373eea2b06ff3d09afa0f1933ce Mon Sep 17 00:00:00 2001 From: agarwalrounak Date: Thu, 7 Mar 2019 22:57:32 +0530 Subject: [PATCH] Document that people can create a version named stable --- docs/versions.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/versions.rst b/docs/versions.rst index 2d7d0a0844d..4f32a680d5a 100644 --- a/docs/versions.rst +++ b/docs/versions.rst @@ -9,6 +9,8 @@ This will point at the default branch for your VCS control: ``master``, ``defaul We also create a ``stable`` version, if your project has any tagged releases. ``stable`` will be automatically kept up to date to point at your highest version. +If you want a custom ``stable`` version, +create either a tag or branch in your project with that name. How we envision versions working --------------------------------