From df4f5b678bab7bd55b0833fd310c66d744d3b0fd Mon Sep 17 00:00:00 2001 From: Sergey Zelenov Date: Wed, 5 Nov 2025 09:59:34 +0100 Subject: [PATCH] chore: prepare for 7.0 release --- .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 084fac7..33e6033 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,6 @@ jobs: name: actions/setup uses: ./.github/actions/setup - if: ${{ steps.release.outputs.release_created }} - run: npm publish --provenance --tag alpha + run: npm publish --provenance --tag latest env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/release-please-config.json b/release-please-config.json index f35b92f..4f160b9 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": true, - "prerelease-type": "alpha", - "versioning": "prerelease" + "prerelease": true } } }