Skip to content

Commit b8ea454

Browse files
committed
chore: enter changeset prerelease mode
1 parent fe8a9ce commit b8ea454

File tree

6 files changed

+1177
-4
lines changed

6 files changed

+1177
-4
lines changed

.changeset/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"fixed": [],
66
"linked": [],
77
"access": "public",
8-
"baseBranch": "svelte-5",
8+
"baseBranch": "main",
99
"bumpVersionsWithWorkspaceProtocolOnly": true,
1010
"ignore": ["!(@sveltejs/*|svelte)"]
1111
}

.changeset/pre.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"mode": "pre",
3+
"tag": "next",
4+
"initialVersions": {
5+
"svelte": "5.0.0-next.0",
6+
"svelte-playgrounds-demo": "0.0.1",
7+
"svelte-playgrounds-sandbox": "0.0.1",
8+
"svelte-5-preview": "0.5.0",
9+
"svelte.dev": "1.0.0"
10+
},
11+
"changesets": []
12+
}

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CI
22
on:
33
push:
4-
branches: [svelte-5]
4+
branches: [main]
55
pull_request:
66
permissions:
77
contents: read # to fetch code (actions/checkout)

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- svelte-5
6+
- main
77

88
permissions: {}
99
jobs:

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
"changeset:publish": "changeset publish"
2828
},
2929
"devDependencies": {
30+
"@changesets/cli": "^2.26.1",
31+
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
3032
"@sveltejs/eslint-config": "^6.0.4",
3133
"@types/node": "^18.18.8",
3234
"@typescript-eslint/eslint-plugin": "^5.22.0",

0 commit comments

Comments
 (0)