Skip to content

Commit ef357f6

Browse files
committed
enter pre-release mode for Start, add main to release triggers
1 parent 4f29353 commit ef357f6

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/pre.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"mode": "exit",
3+
"tag": "alpha",
4+
"initialVersions": {
5+
"@solidjs/start": "2.0.0"
6+
},
7+
"changesets": []
8+
}

.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
- 1.x
7+
- main
78

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

0 commit comments

Comments
 (0)