From 810d4e890917dcd2f2a773804fc1a640ed0e3313 Mon Sep 17 00:00:00 2001 From: Nishant Arora <1895906+whizzzkid@users.noreply.github.com> Date: Thu, 21 Sep 2023 14:59:47 -0600 Subject: [PATCH 1/4] Revert "fix(release-automation): :alien: Tags are not being created. (#1287)" This reverts commit 3229c2a2be30a3cc440fd47c02474ff8a36eeb16. --- .github/workflows/ci.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aeafe868d..39577d411 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,7 @@ on: pull_request: branches: - main + - rc/3.0-mv3 env: XDG_CACHE_HOME: ${{ github.workspace }}/.cache @@ -98,19 +99,16 @@ jobs: needs: [test] if: github.ref == 'refs/heads/main' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch') steps: - - uses: google-github-actions/release-please-action@v3.7.11 + - uses: google-github-actions/release-please-action@v3.7.3 with: - changelog-notes-type: github command: manifest-pr - include-v-in-tag: true - release-as: v3.0.0 - release-type: node + changelog-notes-type: github release-assets: runs-on: ubuntu-latest needs: [test] if: | - contains(github.ref, 'refs/tags/') && + (contains(github.ref, 'refs/tags/') || github.ref == 'refs/heads/rc/3.0-mv3') && (github.event_name == 'push' || github.event_name == 'workflow_dispatch') steps: - name: Check out Git repository From fbb93c1c1e88ec827a03d4d2b9192899002cc93f Mon Sep 17 00:00:00 2001 From: Nishant Arora <1895906+whizzzkid@users.noreply.github.com> Date: Thu, 21 Sep 2023 15:00:48 -0600 Subject: [PATCH 2/4] Update .github/workflows/ci.yml --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39577d411..b4a3e8d58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,6 @@ on: pull_request: branches: - main - - rc/3.0-mv3 env: XDG_CACHE_HOME: ${{ github.workspace }}/.cache From 3149e84f59ce09d6b507478680a38bd0d0e0c0b2 Mon Sep 17 00:00:00 2001 From: Nishant Arora <1895906+whizzzkid@users.noreply.github.com> Date: Thu, 21 Sep 2023 15:01:09 -0600 Subject: [PATCH 3/4] Update .github/workflows/ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4a3e8d58..70478e676 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,7 +107,7 @@ jobs: runs-on: ubuntu-latest needs: [test] if: | - (contains(github.ref, 'refs/tags/') || github.ref == 'refs/heads/rc/3.0-mv3') && + contains(github.ref, 'refs/tags/') && (github.event_name == 'push' || github.event_name == 'workflow_dispatch') steps: - name: Check out Git repository From 8816ebab930f8efc806f2278e080ad19342682c2 Mon Sep 17 00:00:00 2001 From: Nishant Arora <1895906+whizzzkid@users.noreply.github.com> Date: Thu, 21 Sep 2023 15:04:43 -0600 Subject: [PATCH 4/4] fix(release-automation): :wrench: fixing configs Signed-off-by: Nishant Arora <1895906+whizzzkid@users.noreply.github.com> --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70478e676..94a107f93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,8 +100,9 @@ jobs: steps: - uses: google-github-actions/release-please-action@v3.7.3 with: - command: manifest-pr changelog-notes-type: github + command: manifest-pr + release-type: node release-assets: runs-on: ubuntu-latest