From d943f39f227cacb4b0027830afef1ecc2b976733 Mon Sep 17 00:00:00 2001 From: rilehudd <51207004+rilehudd@users.noreply.github.com> Date: Tue, 5 Jul 2022 08:37:42 -0700 Subject: [PATCH] Updates RELEASE.md to include [SECURITY] change log tag Signed-off-by: rilehudd <51207004+rilehudd@users.noreply.github.com> --- RELEASE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE.md b/RELEASE.md index 88d85e8ace..b0de087869 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -139,6 +139,7 @@ For release candidates still update `CHANGELOG.md`, but when you cut the final r Entries in the `CHANGELOG.md` are meant to be in this order: +* `[SECURITY]` - A bugfix that specifically fixes a security issue. * `[CHANGE]` * `[FEATURE]` * `[ENHANCEMENT]`