From d7e9c627a8353caeaa69a269dadec51e8adae959 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Mon, 4 May 2026 22:01:14 -0400 Subject: [PATCH] fix(coding-standards): align versioning with CalVer org policy Co-Authored-By: Claude Opus 4.7 --- skills/coding-standards/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/coding-standards/SKILL.md b/skills/coding-standards/SKILL.md index 28449c6..49447cf 100644 --- a/skills/coding-standards/SKILL.md +++ b/skills/coding-standards/SKILL.md @@ -51,7 +51,7 @@ Secrets never touch source. See the `safety` skill for the SealedSecrets workflo ## Releases and versioning -All releases use SemVer. No CalVer, no custom schemes. +All releases use CalVer (`YYYY.MMDD.PATCH`, e.g. `2026.0504.0`). No SemVer, no custom schemes. ## Container images