Skip to content

Commit

Permalink
fix: add new release configuration for API, job, and pulse scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
code-xhyun committed Apr 15, 2024
1 parent a69cb28 commit 29ab228
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,25 @@
"scope": "no-release",
"release": false
},
{
"type": "feat",
"scope": "api",
"release": "minor"
},
{
"type": "feat",
"scope": "job",
"release": "minor"
},
{
"type": "feat",
"scope": "pulse",
"release": "minor"
},
{
"scope": "docs",
"release": "patch"
},
{
"type": "build",
"release": false
Expand Down

0 comments on commit 29ab228

Please sign in to comment.