diff --git a/.github/workflows/RELEASE.yml b/.github/workflows/RELEASE.yml index f55dc5ec02..5537c3ac20 100644 --- a/.github/workflows/RELEASE.yml +++ b/.github/workflows/RELEASE.yml @@ -19,11 +19,8 @@ jobs: id: release with: token: ${{ secrets.GITHUB_TOKEN }} + target-branch: master release-type: node - default-branch: master - pull-request-title-pattern: 'chore: release v${version}' - changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"deps","section":"Dependency Updates","hidden":false}]' - changelog-notes-type: github publish: needs: release-please diff --git a/.release-please-manifest.json b/.release-please-manifest.json new file mode 100644 index 0000000000..e6cd2f755b --- /dev/null +++ b/.release-please-manifest.json @@ -0,0 +1,5 @@ +{ + "pull-request-title-pattern": "chore: release v${version}", + "changelog-sections": "[{\"type\":\"feat\",\"section\":\"Features\",\"hidden\":false},{\"type\":\"fix\",\"section\":\"Bug Fixes\",\"hidden\":false},{\"type\":\"deps\",\"section\":\"Dependency Updates\",\"hidden\":false}]", + "changelog-type": "github" +} \ No newline at end of file