From dc56c3f8c1b69489962314a09f4b700863b058c8 Mon Sep 17 00:00:00 2001 From: Juan Andrade Date: Wed, 20 Nov 2024 13:05:40 -0500 Subject: [PATCH 1/2] Add fetch-depth to CI workflow to get a base commit when creating the release PR --- .github/workflows/node-ci-lint.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/node-ci-lint.yml b/.github/workflows/node-ci-lint.yml index 688aafcb7..71bcb5978 100644 --- a/.github/workflows/node-ci-lint.yml +++ b/.github/workflows/node-ci-lint.yml @@ -13,7 +13,10 @@ jobs: os: [ubuntu-latest] node-version: [20.x] steps: - - uses: actions/checkout@v4 + - name: Checkout repository + uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: From 2812daccb53c7d2e9f7b98c433fcc14de1dbdf6a Mon Sep 17 00:00:00 2001 From: Juan Andrade Date: Wed, 20 Nov 2024 14:56:41 -0500 Subject: [PATCH 2/2] Add empty changeset --- .changeset/afraid-buckets-yell.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .changeset/afraid-buckets-yell.md diff --git a/.changeset/afraid-buckets-yell.md b/.changeset/afraid-buckets-yell.md new file mode 100644 index 000000000..a845151cc --- /dev/null +++ b/.changeset/afraid-buckets-yell.md @@ -0,0 +1,2 @@ +--- +---