Initial prerelease work

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2022-01-11 14:40:36 +01:00
committed by Patrik Oldsberg
parent 9552a6feea
commit 80724f6444
5 changed files with 147 additions and 1 deletions
+2
View File
@@ -13,6 +13,8 @@ jobs:
- uses: actions/checkout@v2
- name: Install Dependencies
run: yarn --frozen-lockfile
- name: Run pre-release preparations
run: node scripts/pre-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: