From 3a93f88b53a8cd92b9b228a9d6806f6b6cd87ca0 Mon Sep 17 00:00:00 2001 From: Rafael Romero Date: Fri, 29 Sep 2023 13:12:12 +0200 Subject: [PATCH] feat(ci): bootstrap release-please to an specific commit --- .github/workflows/release-please.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 4ae3d881cf4..49c8d98d956 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -11,4 +11,11 @@ jobs: with: release-type: node package-name: parabol + extra-files: | + packages/chronos/package.json + packages/client/package.json + packages/gql-executor/package.json + packages/integration-tests/package.json + packages/server/package.json changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]' + bootstrap-sha: fb647e430aa9a514dda61ab112c59d065383ca2a