Skip to content

Commit 4621639

Browse files
authored
feat!: new major release spring26 (#494)
1 parent 916b13d commit 4621639

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
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: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
],
239239
"target": {
240240
"versionNumber": "66.0",
241-
"matchingDevServerVersion": "~13.0.27"
241+
"matchingDevServerVersion": "~13.2.2"
242242
},
243243
"versionToTagMappings": [
244244
{
@@ -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)