Skip to content

Commit

Permalink
build(release): update semantic release config
Browse files Browse the repository at this point in the history
  • Loading branch information
cshawaus committed Dec 29, 2023
1 parent c91e502 commit 566cf2f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
"type": "refactor",
"release": "minor"
},
{
"type": "refactor",
"scope": "core",
"release": "minor"
},
{
"type": "fix",
"release": "patch"
Expand All @@ -43,9 +48,9 @@
"release": "patch"
},
{
"type": "refactor",
"scope": "core",
"release": "minor"
"type": "build",
"scope": "deps",
"release": "patch"
},
{
"revert": true,
Expand Down

0 comments on commit 566cf2f

Please sign in to comment.