From ae660a97cee117ef1a1233e9ecd0aedbb2dd0229 Mon Sep 17 00:00:00 2001 From: bailey Date: Tue, 4 Nov 2025 16:53:32 -0500 Subject: [PATCH 1/2] prepare for release --- .github/workflows/release.yml | 2 +- release-please-config.json | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c92bd8..f033ed1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -100,7 +100,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 cd14d1e..245e937 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -10,9 +10,7 @@ "bump-minor-pre-major": false, "bump-patch-for-minor-pre-major": false, "draft": false, - "prerelease-type": "alpha", - "prerelease": true, - "versioning": "prerelease" + "prerelease": false } } } \ No newline at end of file From 73807e84034bcff1f3d1b47f8d6b17f2dad6e5d9 Mon Sep 17 00:00:00 2001 From: bailey Date: Tue, 4 Nov 2025 16:54:34 -0500 Subject: [PATCH 2/2] prepare for release --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?