Skip to content

Commit 44eee2b

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.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

packages/start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solidjs/start",
3-
"version": "2.0.0-devinxi.0",
3+
"version": "2.0.0-alpha.0",
44
"type": "module",
55
"scripts": {
66
"build": "pnpm validate-imports && tsc && node scripts/build.js",

0 commit comments

Comments
 (0)