From 02c1f53206a373a8c349b7982433112dd1e8db5c Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Mon, 14 Oct 2024 16:47:56 +0200 Subject: [PATCH] ci: Update release-please.yml --- .github/workflows/release-please.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 19e816e6a9d..94b86d9ad20 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -20,13 +20,22 @@ jobs: tag_name: ${{ steps.release_please.outputs.tag_name }} steps: - name: Release-please - uses: google-github-actions/release-please-action@v4 + uses: googleapis/release-please-action@v4.1.1 id: release_please with: token: ${{ secrets.GITHUB_TOKEN }} release-type: simple pull-request-title-pattern: "chore${scope}: 🚀 Open Food Facts Mobile app - Release${component} ${version}." - changelog-types: '[{"type":"feat","section":"🚀 Features","hidden":false},{"type":"fix","section":"🐛 Bug Fixes","hidden":false},{"type":"docs","section":"📖 Documentation","hidden":false},{"type":"ci","section":"🤖 Automation","hidden":false},{"type":"refactor","section":"👷 Refactoring","hidden":false},{"type":"chore","section":"🛠 Miscellaneous","hidden":false},{"type":"l10n","section":"🌍 Translations","hidden":false}]' + changelog-types: | + [ + {"type":"feat","section":"🚀 Features","hidden":false}, + {"type":"fix","section":"🐛 Bug Fixes","hidden":false}, + {"type":"docs","section":"📖 Documentation","hidden":false}, + {"type":"ci","section":"🤖 Automation","hidden":false}, + {"type":"refactor","section":"👷 Refactoring","hidden":false}, + {"type":"chore","section":"🛠 Miscellaneous","hidden":false}, + {"type":"l10n","section":"🌍 Translations","hidden":false} + ] create-release: concurrency: