From 53af84cd5e27f0cfe0a4ca9432cd68fe9329bdd6 Mon Sep 17 00:00:00 2001 From: sunerpy Date: Tue, 22 Jul 2025 08:34:32 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=E9=85=8D=E7=BD=AE=EF=BC=8C=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=20Node.js=20=E7=89=88=E6=9C=AC=E5=92=8C=E5=8C=85?= =?UTF-8?q?=E5=90=8D=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-please.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 851ee1c..132af08 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -21,13 +21,15 @@ jobs: id: release uses: googleapis/release-please-action@v4 with: + release-type: node + package-name: vscode-syncing bump-minor-pre-major: true changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Chores","hidden":false},{"type":"docs","section":"Documentation","hidden":false},{"type":"refactor","section":"Refactorings","hidden":false},{"type":"test","section":"Tests","hidden":false}]' token: ${{ secrets.GOOGLE_RELEASE_TOKEN }} config-file: .release-please-config.json - - name: Log release result + if: ${{ steps.release.outputs.release_created == 'true' }} run: | echo "Release created: ${{ steps.release.outputs.release_created }}" echo "Tag: ${{ steps.release.outputs.tag_name }}"