From f4d68d8b8c40a812bb1b82aed15c93d357424a50 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Wed, 29 May 2024 21:04:46 +0300 Subject: [PATCH] Change release generation type to Github API (#106) --- .github/.release-please-config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/.release-please-config.json b/.github/.release-please-config.json index afcbefa3..dad71187 100644 --- a/.github/.release-please-config.json +++ b/.github/.release-please-config.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", "release-type": "php", "packages": { ".": { @@ -7,6 +8,7 @@ } }, "include-component-in-tag": false, + "changelog-type": "github", "changelog-sections": [ { "type": "feat",