Skip to content

Commit 88a9673

Browse files
authored
Merge branch 'main' into bbuchanan/performance-mode
2 parents c387e29 + 4621639 commit 88a9673

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.github/workflows/create-github-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- 252-patch
99
- 254-patch
1010
- 256-patch
11+
- 258-patch
1112
tags-ignore:
1213
- '*'
1314
workflow_dispatch:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: tests
22
on:
33
push:
4-
branches-ignore: [main, 252-patch, 254-patch, 256-patch]
4+
branches-ignore: [main, 252-patch, 254-patch, 256-patch, 258-patch]
55
workflow_dispatch:
66

77
jobs:

.github/workflows/validate-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
types: [opened, reopened, edited]
66
# only applies to PRs that want to merge to main
7-
branches: [main, 252-patch, 254-patch]
7+
branches: [main, 252-patch, 254-patch, 256-patch, 258-patch]
88

99
jobs:
1010
pr-validation:

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,14 @@
247247
},
248248
{
249249
"versionNumber": "63.0",
250-
"tagName": "latest"
250+
"tagName": "v2"
251251
},
252252
{
253253
"versionNumber": "64.0",
254+
"tagName": "latest"
255+
},
256+
{
257+
"versionNumber": "65.0",
254258
"tagName": "prerelease"
255259
},
256260
{

0 commit comments

Comments
 (0)