From 25149fac1b048ef9cd2472d78ff66575c4703721 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 21 Feb 2026 10:24:49 +0100 Subject: [PATCH] release tag format --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index ffde66d7b..b40383347 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -441,8 +441,8 @@ git push $UPSTREAM $TAG_NAME You should define the variables as such: - `$UPSTREAM`: the remote for `git@github.com:Cockatrice/Cockatrice.git` - `$TAG_NAME` should be formatted as: - - `YYYY-MM-DD-Release-MAJ.MIN.PATCH` for **stable releases** - - `YYYY-MM-DD-Development-MAJ.MIN.PATCH-beta.X` for **beta releases**
+ - `MAJ.MIN.PATCH` for **stable releases** + - `MAJ.MIN.PATCH-beta[.X]` for **beta releases**
With MAJ.MIN.PATCH being the NEXT release version! This will cause a tagged release to be established on the GitHub repository,