From 12ed47968b5bc673468bad1d4ddd595b6486c6cd Mon Sep 17 00:00:00 2001 From: PhilWindle Date: Wed, 23 Aug 2023 16:04:49 +0000 Subject: [PATCH 1/3] Updated release please config --- .github/workflows/release_please.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release_please.yml b/.github/workflows/release_please.yml index 7ba0f7c67e57..8b6ca4dec414 100644 --- a/.github/workflows/release_please.yml +++ b/.github/workflows/release_please.yml @@ -20,5 +20,6 @@ jobs: prerelease: true default-branch: master versioning-strategy: prerelease + include-component-in-tag: false pull-request-header: ":robot: I have created a new Aztec Packages release" changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false},{"type":"test","section":"Miscellaneous","hidden":false},{"type":"refactor","section":"Miscellaneous","hidden":false},{"type":"perf","section":"Miscellaneous","hidden":false},{"type":"docs","section":"Documentation","hidden":false},{"type":"ci","section":"Build","hidden":false},{"type":"build","section":"Build","hidden":false}]' From 6d99220b345b32f877bad4c34c3a824bd44109ca Mon Sep 17 00:00:00 2001 From: PhilWindle Date: Wed, 23 Aug 2023 16:10:13 +0000 Subject: [PATCH 2/3] Release please config --- .github/workflows/pull-request.yml | 3 --- .github/workflows/release_please.yml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index a09bccaf9f62..5018ecde29b5 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -28,7 +28,4 @@ jobs: chore refactor docs - ci - build - perf test diff --git a/.github/workflows/release_please.yml b/.github/workflows/release_please.yml index 8b6ca4dec414..81108e3dfc88 100644 --- a/.github/workflows/release_please.yml +++ b/.github/workflows/release_please.yml @@ -22,4 +22,4 @@ jobs: versioning-strategy: prerelease include-component-in-tag: false pull-request-header: ":robot: I have created a new Aztec Packages release" - changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false},{"type":"test","section":"Miscellaneous","hidden":false},{"type":"refactor","section":"Miscellaneous","hidden":false},{"type":"perf","section":"Miscellaneous","hidden":false},{"type":"docs","section":"Documentation","hidden":false},{"type":"ci","section":"Build","hidden":false},{"type":"build","section":"Build","hidden":false}]' + changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false},{"type":"test","section":"Miscellaneous","hidden":false},{"type":"refactor","section":"Miscellaneous","hidden":false},{"type":"docs","section":"Documentation","hidden":false}]' From 861cabfa1bb237be7fe74031aa3785c67388db05 Mon Sep 17 00:00:00 2001 From: PhilWindle Date: Wed, 23 Aug 2023 16:25:53 +0000 Subject: [PATCH 3/3] Minor change --- .github/workflows/release_please.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_please.yml b/.github/workflows/release_please.yml index 81108e3dfc88..cf99ac4b6c0d 100644 --- a/.github/workflows/release_please.yml +++ b/.github/workflows/release_please.yml @@ -1,3 +1,5 @@ +name: release-please + on: push: branches: @@ -7,8 +9,6 @@ permissions: contents: write pull-requests: write -name: release-please - jobs: release-please: runs-on: ubuntu-latest