Skip to content

Commit 4cc0738

Browse files
committed
chore: test prerelease flow
1 parent 361d292 commit 4cc0738

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

.changeset/deep-cameras-matter.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sanity/ui-workshop': patch
3+
---
4+
5+
Update react compiler to v1

.changeset/pre.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"mode": "pre",
3+
"tag": "static",
4+
"initialVersions": {
5+
"@sanity/ui-workshop": "4.0.0-static.11"
6+
},
7+
"changesets": []
8+
}

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
pull_request:
66
branches:
77
- main
8+
- static
89

910
permissions:
1011
contents: read # for checkout

.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+
- static
78

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

0 commit comments

Comments
 (0)