diff --git a/.github/release-please-config.json b/.github/release-please-config.json index 6ce84bb..91ab703 100644 --- a/.github/release-please-config.json +++ b/.github/release-please-config.json @@ -1,8 +1,11 @@ { "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", "release-type": "node", + "skip-github-release": true, "packages": { - ".": {} + ".": { + "release-as": "0.1.0" + } }, "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5ac0864..c5f0f63 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,6 @@ jobs: token: ${{ steps.app-token.outputs.token }} config-file: .github/release-please-config.json manifest-file: .github/release-please-manifest.json - release-as: 0.1.0 # TODO: Remove this once the first release is cut - name: Extract PR branch id: pr-branch