From e7f8adb3c70af7b7028afe33bf2093315ece5a08 Mon Sep 17 00:00:00 2001 From: Are Almaas Date: Mon, 25 Nov 2024 14:59:36 +0100 Subject: [PATCH] ci: include chores and other scopes in changelog --- .github/workflows/ci-cd-main.yml | 1 - .release-please-manifest.json | 2 +- release-please-config.json | 33 ++++++++++++++++++++++++++++++++ 3 files changed, 34 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd-main.yml b/.github/workflows/ci-cd-main.yml index 52a8bd597..06d1fbe8e 100644 --- a/.github/workflows/ci-cd-main.yml +++ b/.github/workflows/ci-cd-main.yml @@ -23,7 +23,6 @@ jobs: id: release with: token: ${{ secrets.RELEASE_PLEASE_PAT }} - release-type: simple generate-git-short-sha: name: Generate git short sha diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 46b1b67c0..4d14a67e1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "1.39.0" } \ No newline at end of file diff --git a/release-please-config.json b/release-please-config.json index e94a718e5..9e8ca9240 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -9,5 +9,38 @@ "prerelease": false } }, + "release-type": "simple", + "changelog-sections": [ + { + "type": "feat", + "hidden": false, + "section": "Features" + }, + { + "type": "feature", + "hidden": false, + "section": "Features" + }, + { + "type": "fix", + "hidden": false, + "section": "Bug Fixes" + }, + { + "type": "chore", + "hidden": false, + "section": "Miscellaneous Chores" + }, + { + "type": "build", + "hidden": false, + "section": "Miscellaneous Chores" + }, + { + "type": "docs", + "hidden": false, + "section": "Docs" + } + ], "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" } \ No newline at end of file