From 3ae0a9d9749504f8e4bb80a7efe91a59fd5c58a3 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 14 Jun 2022 08:10:10 +1000 Subject: [PATCH] Add major release notes section for security fixes (#3191) - Ref: https://github.com/inventree/InvenTree/pull/3190 --- .github/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/release.yml b/.github/release.yml index d691460313..34562cd9b7 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -9,6 +9,9 @@ changelog: labels: - Semver-Major - breaking + - title: Security Patches + labels: + - security - title: New Features labels: - Semver-Minor @@ -23,7 +26,6 @@ changelog: - setup - demo - CI - - security - title: Other Changes labels: - "*"