Skip to content

Commit

Permalink
feat!: try another way again hehe
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadioz committed Jan 2, 2024
1 parent 2aee240 commit e882a3e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"preset": "conventionalcommits",
"presetConfig": {
"types": [
{
"type": "breaking",
"section": "BREAKING"
},
{
"type": "feat",
"section": "New Feature(s) 🚀"
Expand Down Expand Up @@ -44,7 +40,10 @@
"type": "build",
"section": "Build system 🛠️"
}
]
],
"breaking": {
"section": "Breaking Changes 💥"
}
}
}
],
Expand Down

0 comments on commit e882a3e

Please sign in to comment.