Skip to content

Commit

Permalink
Master to main (#1300)
Browse files Browse the repository at this point in the history
* Add main branch to release configuration

* Update branch name from master to main
  • Loading branch information
mgoudy91 authored Apr 5, 2024
1 parent c2234e4 commit 3d14a21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ workflows:
filters:
branches:
only:
- master
- main
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@
"node": ">=8.0.0"
},
"release": {
"branches": [
"main"
],
"plugins": [
[
"@semantic-release/commit-analyzer",
Expand Down

0 comments on commit 3d14a21

Please sign in to comment.