Skip to content

Commit 68dcf87

Browse files
authored
Merge branch 'next' into remove-source
2 parents 76c5d19 + 572243c commit 68dcf87

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.changeset/pre.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"mode": "pre",
3+
"tag": "next",
4+
"initialVersions": {
5+
"@storybook/mcp-internal-storybook": "0.0.0",
6+
"@storybook/addon-mcp": "0.1.3",
7+
"@storybook/mcp": "0.0.6"
8+
},
9+
"changesets": []
10+
}

.github/workflows/check.yml

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

910
permissions:
1011
id-token: write # used to upload artifacts to codecov

.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
jobs:
910
release:

0 commit comments

Comments
 (0)