diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bce8d5d8..4cbed16b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,9 +25,8 @@ jobs: uses: google-github-actions/release-please-action@v3 id: release with: - command: manifest - token: ${{secrets.GITHUB_TOKEN}} - default-branch: main + command: manifest + token: ${{secrets.GITHUB_TOKEN}} - name: Sync version with manifest and versions.json run: node version-bump.mjs - uses: stefanzweifel/git-auto-commit-action@v4 diff --git a/release-please-config.json b/release-please-config.json index ab6338b1..48aec0fd 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,7 +1,15 @@ { + "bootstrap-sha": "8076767948c92ccf03aa87ed704119be17ea94e4", "release-type": "node", "include-v-in-tag": false, "packages": { ".": {} - } -} + }, + "extra-files": [ + { + "type": "json", + "path": "manifest.json", + "jsonpath": "$.version" + } + ] +} \ No newline at end of file