From 8feb7bb4e7897bbf0692cd58dc463648bf407cfa Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Mon, 31 Jul 2023 16:14:17 -0400 Subject: [PATCH] RELEASE: document JSON schema process Signed-off-by: William Woodruff --- RELEASE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 698fc1b0..a1f4fb3b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -114,3 +114,8 @@ will automatically start. Prepare a tag with the following pattern `release/typescript/vX.Y.Z` and push it. The [workflow](.github/workflows/typescript-release.yml) will automatically start. + +### JSON Schema + +Prepare a tag with the pattern `release/jsonschema/vX.Y.Z` and push it. +No workflow is required.