From 37ab7b8fb1504e01d74fd140920a62e769d8cc5c Mon Sep 17 00:00:00 2001 From: ctrlaltca Date: Mon, 9 Apr 2018 22:47:08 +0200 Subject: [PATCH] Add a note about bug #3135 (#3184) --- .github/CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f67421b7..f3b9f000 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -301,3 +301,5 @@ The preferred flow of operations is: * tag the release following the previously described syntax in order to get it built by CI; * wait for CI to upload the binaries, double check if everything is in order * after the release is complete, update the version number again to "next targeted beta version", typically increasing `PROJECT_VERSION_PATCH` by one. + +**NOTE 3:** When releasing a new stable version, all the previous beta versions should be deleted. This is needed for Cockatrice to pick up the stable release also for users that chose the "beta" release channel.