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 } } }