Skip to content

Commit

Permalink
feat!: try another way again hehehe
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadioz committed Jan 2, 2024
1 parent 996acb8 commit 652c157
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits",
"parserOpts": {
"headerPattern": "/^(\\w*)(?:\\(([\\w$.\\-* ]*)\\))?!: (.*)$/",
"breakingHeaderPattern": "/^(\\w*)(?:\\(([\\w$.\\-* ]*)\\))?!: (.*)$/",
"noteKeywords": [
"BREAKING CHANGE",
"BREAKING CHANGES"
]
},
"presetConfig": {
"types": [
{
Expand Down Expand Up @@ -39,6 +47,18 @@
{
"type": "build",
"section": "Build system 🛠️"
},
{
"type": "BREAKING CHANGES",
"section": "Breaking Changes \uD83D\uDCA5"
},
{
"type": "BREAKING CHANGE",
"section": "Breaking Changes \uD83D\uDCA5"
},
{
"type": "BREAKING",
"section": "Breaking Changes \uD83D\uDCA5"
}
],
"breaking": {
Expand Down

0 comments on commit 652c157

Please sign in to comment.