Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
334 changes: 0 additions & 334 deletions .github/workflows/release.yml

This file was deleted.

11 changes: 5 additions & 6 deletions .github/workflows/staging-step-3.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: "Staging Release - Step 3: Release to CDN and Synchronize Branches"
name: "Staging Release - Step 3: Release to CDN and Synchronize v2 Branches"

on:
workflow_dispatch:

jobs:
synchronize-branches:
name: Synchronize SDK to all branches
name: Synchronize SDK to v2 branches
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
Expand All @@ -27,14 +27,13 @@ jobs:
run: |
git push origin HEAD:development

# We will eventually replace master with main
- name: Push release commits to main and master
# main is the v3 release line. Do not push v2 release commits to it.
Comment thread
rmi22186 marked this conversation as resolved.
Outdated
- name: Push release commits to master
run: |
git push origin HEAD:master
git push origin HEAD:main

- name: Push release commits to Release Order Branches
run: |
git push origin HEAD:release-order-a
git push origin HEAD:release-order-b
git push origin HEAD:release-order-c
git push origin HEAD:release-order-c
Loading