Skip to content

Commit

Permalink
revert back to using git changelog (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
HananINouman authored Jul 1, 2024
1 parent 4faacc0 commit f69aeef
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
],
"release-it": {
"git": {
"changelog": "npx auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/main/templates/changelog-compact.hbs",
"commitMessage": "chore(release): v${version}",
"push": true,
"commit": true,
Expand All @@ -101,12 +102,8 @@
"publish": false,
"ignoreVersion": false
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "CHANGELOG.md",
"header": "# Changelog"
}
"hooks": {
"after:bump": "npx auto-changelog -p --hide-credit"
}
},
"jest": {
Expand All @@ -128,4 +125,4 @@
".ts"
]
}
}
}

0 comments on commit f69aeef

Please sign in to comment.