Skip to content

Commit 87bc90f

Browse files
sam-b-rosesophschneider
authored andcommitted
Update release workflow
1 parent c6f9272 commit 87bc90f

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

.changeset/config.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@
77
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": [],
10+
"ignore": [
11+
"@shopify/polaris-cli",
12+
"@shopify/polaris-codemods",
13+
"@shopify/polaris-migrator",
14+
"polaris.shopify.com",
15+
"polaris-for-vscode"
16+
],
1117
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
1218
"updateInternalDependents": "always"
1319
}

.changeset/pre.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"mode": "pre",
3+
"tag": "beta",
4+
"initialVersions": {
5+
"@shopify/polaris-cli": "0.2.25",
6+
"@shopify/polaris-codemods": "0.1.11",
7+
"polaris-for-vscode": "0.7.0",
8+
"@shopify/polaris-icons": "7.7.0",
9+
"@shopify/polaris-migrator": "0.19.8",
10+
"@shopify/polaris": "11.9.1",
11+
"@shopify/polaris-tokens": "7.5.2",
12+
"polaris.shopify.com": "0.56.3",
13+
"@shopify/stylelint-polaris": "13.0.8"
14+
},
15+
"changesets": []
16+
}

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- next
78

89
concurrency: ${{ github.workflow }}-${{ github.ref }}
910

0 commit comments

Comments
 (0)