From be8f3bfe4d70cf3de3d2257d6c0bb9116801ea6b Mon Sep 17 00:00:00 2001 From: bailey Date: Tue, 4 Nov 2025 17:03:48 -0500 Subject: [PATCH] add relase action --- .github/pull_request_template.md | 2 +- .github/workflows/release.yml | 2 +- release-please-config.json | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index cc62cce..facb0cd 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -15,7 +15,7 @@ Otherwise, feel free to remove this section. #### What is the motivation for this change? diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3c1f2e..a1c9739 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,7 +99,7 @@ jobs: with: ignore_install_scripts: true - - run: npm publish --provenance --tag alpha + - run: npm publish --provenance --tag latest if: ${{ needs.release_please.outputs.release_created }} env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/release-please-config.json b/release-please-config.json index 527f3e3..50b01d7 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -8,9 +8,7 @@ "bump-minor-pre-major": false, "bump-patch-for-minor-pre-major": false, "draft": false, - "prerelease-type": "alpha", - "prerelease": true, - "versioning": "prerelease" + "prerelease": false } }, "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"