From 4eba950492991cb2f0cbd9086218a20a2bca5f03 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Wed, 8 Apr 2026 17:05:12 +0200 Subject: [PATCH] Add release format for gh --- .github/release.yaml | 16 ++++++++++++++++ renovate.json5 | 3 ++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 .github/release.yaml diff --git a/.github/release.yaml b/.github/release.yaml new file mode 100644 index 00000000..e3c18cda --- /dev/null +++ b/.github/release.yaml @@ -0,0 +1,16 @@ +# Source: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes + +changelog: + categories: + - title: New Features + labels: + - enhancement + - title: Bug Fixes + labels: + - bug + - title: Misc + labels: + - misc + exclude: + labels: + - ignore diff --git a/renovate.json5 b/renovate.json5 index fcc6ffdb..d4230faa 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -19,5 +19,6 @@ "postUpdateOptions": [ "gomodTidy", "gomodUpdateImportPaths" - ] + ], + "labels": ["ignore"], }