diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94b30b9ca..b506e29b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ on: push: branches: - - main + - feat/release-please-test2 permissions: contents: write @@ -22,6 +22,8 @@ jobs: steps: - uses: googleapis/release-please-action@v4 id: release + with: + target-branch: feat/release-please-test2 build-namadillo: needs: [release-please] diff --git a/release-please-config.json b/release-please-config.json index e4f2e5934..717d83465 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -2,6 +2,7 @@ "include-component-in-tag": true, "separate-pull-requests": true, "tag-separator": "@", + "draft": true, "release-type": "node", "packages": { "apps/namadillo": {},