Skip to content

Commit

Permalink
fix(tooling): fixed various issues with release automation
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Brandon Farrell committed Jun 4, 2021
1 parent ab4f28d commit 13f065f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- main
jobs:
release:
name: Release
Expand Down
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@

npm run pre-commit
npx tsc
git add .

5 changes: 5 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

{
"branches": ["master", "main", "next"]
}

0 comments on commit 13f065f

Please sign in to comment.