From 4824f90963aff4006bf4a09e0a40c815a5c6ec69 Mon Sep 17 00:00:00 2001 From: Marco Bonelli Date: Sat, 20 Mar 2021 13:30:00 +0100 Subject: [PATCH] Client spec: mention releases in maintainer notes --- CLIENT-SPECIFICATION.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CLIENT-SPECIFICATION.md b/CLIENT-SPECIFICATION.md index 06eb86c34..e1adc6f8a 100644 --- a/CLIENT-SPECIFICATION.md +++ b/CLIENT-SPECIFICATION.md @@ -217,9 +217,11 @@ Maintainer note: Keep the changelog links pointing to this document under the appropriate `/blob//...` and also reference the PR which introduced the new -version. Tagging of the commit with a new version tag (in the form `vX.Y`) -should be done immediately AFTER merging the version bump, as the commit hash -changes when merging with squash or rebase. +version. After merging an update to the client spec, tag appropriately and +create a new release under https://github.com/tldr-pages/tldr/releases +including the changes. NOTE: tagging of the commit with a new version tag (in +the form `vX.Y`) should be done immediately AFTER merging the version bump, as +the commit hash changes when merging with squash or rebase. --> - [v1.5, March 17th 2021](https://github.com/tldr-pages/tldr/blob/v1.5/CLIENT-SPECIFICATION.md) ([#5428](https://github.com/tldr-pages/tldr/pull/5428))