Merge pull request #8883 from backstage/mob/prerelease

Prepare for prerelease flow and introduce documentation and tooling for emergency releases
This commit is contained in:
Patrik Oldsberg
2022-01-12 13:58:46 +01:00
committed by GitHub
9 changed files with 189 additions and 61 deletions
+2
View File
@@ -13,6 +13,8 @@ jobs:
- uses: actions/checkout@v2
- name: Install Dependencies
run: yarn --frozen-lockfile
- name: Run release preparations
run: node scripts/prepare-release.js
- name: Create Release Pull Request
uses: changesets/action@master
with:
+1 -1
View File
@@ -3,7 +3,7 @@ name: Main Master Build
on:
workflow_dispatch:
push:
branches: [master]
branches: [master, release-*-patch]
jobs:
build: