diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c78fb22..1fd9216 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_6.1.yml b/.github/workflows/release.yml similarity index 98% rename from .github/workflows/release_6.1.yml rename to .github/workflows/release.yml index 3858226..bd938a9 100644 --- a/.github/workflows/release_6.1.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 527f3e3..5b5f2c1 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": true } }, "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"