Skip to content

Commit

Permalink
Merge pull request #921 from klembot/develop
Browse files Browse the repository at this point in the history
2.4.0-beta1
  • Loading branch information
klembot authored Sep 20, 2021
2 parents f247023 + 3122e29 commit 1f20a21
Show file tree
Hide file tree
Showing 73 changed files with 2,846 additions and 333 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,26 @@ name: Create draft release

on:
push:
branches-ignore:
- '2.3-maintenance'
tags:
- '[0-9]+.[0-9]+.[0-9]+*'
- '!2.3.*'

jobs:
build:
# Need to run on macOS so that the Mac app can be signed (eventually).
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
cache: npm
node-version: 14
- name: Install
run: npm install
- name: Test
run: npm run test
# Disable the CI flag to allow warnings in the build.
# https://github.com/facebook/create-react-app/issues/3657
- name: Build
run: CI=false npm run build
run: npm run build
- name: Create draft release
uses: softprops/action-gh-release@v1
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
cache: npm
node-version: 14
- name: Install
run: npm install
Expand Down
Loading

0 comments on commit 1f20a21

Please sign in to comment.