Skip to content

Commit 57c5ffe

Browse files
committed
wip: Create 15.2.1-beta builds
1 parent f71f960 commit 57c5ffe

File tree

6 files changed

+7
-4
lines changed

6 files changed

+7
-4
lines changed

.github/workflows/Build-and-deploy-linux.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- main
88
- staging
99
- pre-staging
10+
- gm-preview-page-file-check
1011

1112
jobs:
1213
deploy-on-linux:

.github/workflows/Build-and-deploy-mac.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- main
88
- staging
99
- pre-staging
10+
- gm-preview-page-file-check
1011

1112
jobs:
1213
deploy-on-mac:

.github/workflows/Build-and-deploy-win.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- main
88
- staging
99
- pre-staging
10+
- gm-preview-page-file-check
1011

1112
jobs:
1213
deploy-on-windows:

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "soda-for-sparc",
33
"procductName": "SODA for SPARC",
4-
"version": "15.2.0",
4+
"version": "15.2.1-beta",
55
"description": "Keep Calm and Curate",
66
"main": "./out/main/index.js",
77
"author": "SODA Team",

src/pyflask/startup/minimumApiVersion.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ def get_api_version():
99

1010

1111

12-
return {'version': os.getenv('API_VERSION', "15.2.0")}
12+
return {'version': os.getenv('API_VERSION', "15.2.1-beta")}
1313

1414

0 commit comments

Comments
 (0)