mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-21 11:28:58 +01:00
chore: enter changeset prerelease mode
This commit is contained in:
parent
fe8a9ce31d
commit
b8ea454372
@ -5,7 +5,7 @@
|
||||
"fixed": [],
|
||||
"linked": [],
|
||||
"access": "public",
|
||||
"baseBranch": "svelte-5",
|
||||
"baseBranch": "main",
|
||||
"bumpVersionsWithWorkspaceProtocolOnly": true,
|
||||
"ignore": ["!(@sveltejs/*|svelte)"]
|
||||
}
|
||||
|
12
.changeset/pre.json
Normal file
12
.changeset/pre.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"mode": "pre",
|
||||
"tag": "next",
|
||||
"initialVersions": {
|
||||
"svelte": "5.0.0-next.0",
|
||||
"svelte-playgrounds-demo": "0.0.1",
|
||||
"svelte-playgrounds-sandbox": "0.0.1",
|
||||
"svelte-5-preview": "0.5.0",
|
||||
"svelte.dev": "1.0.0"
|
||||
},
|
||||
"changesets": []
|
||||
}
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: CI
|
||||
on:
|
||||
push:
|
||||
branches: [svelte-5]
|
||||
branches: [main]
|
||||
pull_request:
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -3,7 +3,7 @@ name: Release
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- svelte-5
|
||||
- main
|
||||
|
||||
permissions: {}
|
||||
jobs:
|
||||
|
@ -27,6 +27,8 @@
|
||||
"changeset:publish": "changeset publish"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@changesets/cli": "^2.26.1",
|
||||
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
|
||||
"@sveltejs/eslint-config": "^6.0.4",
|
||||
"@types/node": "^18.18.8",
|
||||
"@typescript-eslint/eslint-plugin": "^5.22.0",
|
||||
|
1161
pnpm-lock.yaml
1161
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user