Skip to content

Commit

Permalink
build: use correct branch name for main
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyson-Skiba committed Sep 8, 2021
1 parent 376f270 commit a5ae2f5
Show file tree
Hide file tree
Showing 4 changed files with 2,769 additions and 76 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
branches:
- master
- main
jobs:
release:
name: Release
Expand Down
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,19 @@
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.1",
"@semantic-release/github": "^7.2.3",
"@semantic-release/release-notes-generator": "^9.0.3",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"copyfiles": "^2.4.1",
"husky": "^7.0.2",
"react": "^18.0.0-alpha-031abd24b-20210907",
"react-dom": "^18.0.0-alpha-031abd24b-20210907",
"rimraf": "^3.0.2",
"typescript": "^4.4.2",
"semantic-release": "^17.4.7"
"semantic-release": "^17.4.7",
"typescript": "^4.4.2"
}
}
13 changes: 0 additions & 13 deletions releaserc.json

This file was deleted.

Loading

0 comments on commit a5ae2f5

Please sign in to comment.