Skip to content

Commit a466aa4

Browse files
committed
build: rename to main branch
1 parent e79a993 commit a466aa4

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"on":
22
push:
33
branches:
4-
- master
4+
- main
55
name: Release
66
jobs:
77
build:

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,16 @@
4646
"prettier": "^2.8.1",
4747
"tsd": "^0.25.0",
4848
"typescript": "^4.9.4"
49+
},
50+
"release": {
51+
"branches": [
52+
"+([0-9]).x",
53+
"main",
54+
"next",
55+
{
56+
"name": "beta",
57+
"prerelease": true
58+
}
59+
]
4960
}
5061
}

0 commit comments

Comments
 (0)