Skip to content

Commit

Permalink
ci: fix release-notes-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
LironEr committed Apr 12, 2024
1 parent 9c89369 commit 56ed245
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits",
"releaseRules": [
{
"type": "chore",
Expand All @@ -29,6 +30,7 @@
"BREAKING"
]
},
"preset": "conventionalcommits",
"presetConfig": {
"types": [
{
Expand All @@ -48,7 +50,7 @@
},
{
"type": "chore",
"section": "🔨 Misc.",
"section": "🛠 Misc.",
"hidden": false
},
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bundlemon-action",
"version": "1.1.1",
"version": "1.1.0",
"private": true,
"description": "BundleMon GitHub action",
"main": "lib/main.js",
Expand Down

0 comments on commit 56ed245

Please sign in to comment.