Skip to content

Commit 13f065f

Browse files
author
Luke Brandon Farrell
committed
fix(tooling): fixed various issues with release automation
1 parent ab4f28d commit 13f065f

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
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
- master
7+
- main
78
jobs:
89
release:
910
name: Release

.husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44

55
npm run pre-commit
66
npx tsc
7+
git add .
78

.releaserc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
{
3+
"branches": ["master", "main", "next"]
4+
}
5+

0 commit comments

Comments
 (0)