Skip to content

Commit

Permalink
build(deps-dev): [sc-29160] Resolve issue with semantic-release chang…
Browse files Browse the repository at this point in the history
…elog notes (#347)
  • Loading branch information
meenahoda authored Jan 6, 2025
1 parent d7ac740 commit 159a19b
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 2 deletions.
51 changes: 50 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,56 @@
"@semantic-release/git"
],
"generateNotes": {
"preset": "angular"
"preset": "conventionalcommits",
"presetConfig": {
"types": [
{
"breaking": true,
"type": "feat!",
"section": "BREAKING"
},
{
"type": "feat",
"section": "New Feature(s) :rocket:"
},
{
"type": "fix",
"section": "Bug Fix(es) :bug:"
},
{
"type": "docs",
"section": "Documentation Changes :memo:"
},
{
"type": "refactor",
"section": "Code Refactor :recycle:"
},
{
"type": "test",
"section": "Tests :alembic:"
},
{
"type": "perf",
"section": "Performance Improvement(s) :zap:"
},
{
"type": "build",
"section": "Build system dependencies :hammer:"
},
{
"type": "chore",
"section": "Chores :pencil2:"
},
{
"type": "ci",
"section": "CICD Configuration Changes :construction_worker:"
},
{
"type": "style",
"section": "Code Styling :art:"
}
]
}
},
"prepare": [
{
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@
"chai": "4.5.0",
"chai-subset": "1.6.0",
"codecov": "3.8.3",
"conventional-changelog-metahub": "4.0.1",
"conventional-changelog-conventionalcommits": "8.0.0",
"cz-conventional-changelog": "3.3.0",
"mocha": "11.0.1",
"nyc": "17.1.0",
"semantic-release": "24.2.1",
"standard": "17.1.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/release-notes-generator": "14.0.3",
"@semantic-release/git": "10.0.1"
},
"scripts": {
Expand Down

0 comments on commit 159a19b

Please sign in to comment.