Skip to content

Commit 223cb6f

Browse files
committed
chore: update release-it configuration and downgrade conventional-changelog version
1 parent 467aa66 commit 223cb6f

File tree

3 files changed

+245
-112
lines changed

3 files changed

+245
-112
lines changed

.release-it.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
]
2020
},
2121
"@release-it/conventional-changelog": {
22-
"preset": {
23-
"name": "angular"
24-
},
22+
"preset": "angular",
2523
"infile": "CHANGELOG.md"
2624
}
2725
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@commitlint/config-conventional": "^20.0.0",
2121
"@openapitools/openapi-generator-cli": "2.25.2",
2222
"@release-it/bumper": "^7.0.5",
23-
"@release-it/conventional-changelog": "^10.0.2",
23+
"@release-it/conventional-changelog": "10.0.1",
2424
"husky": "^9.1.7",
2525
"release-it": "^19.0.6"
2626
},

0 commit comments

Comments
 (0)