Skip to content

Commit 2a5d9c7

Browse files
fix: switch changelog preset from angular to conventionalcommits (#2226)
<!-- 👋 Hi, thanks for sending a PR to create-typescript-app! 🎁 Please fill out all fields below and make sure each item is true and [x] checked. Otherwise we may not be able to review your PR. --> ## PR Checklist - [x] Addresses an existing open issue: fixes #915 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Per #915 (comment), this doesn't clear existing CHANGELOG.md contents. I'll have to go through impacted repositories and manually touch up their changelogs. 🎁
1 parent e473d4c commit 2a5d9c7

File tree

4 files changed

+1175
-246
lines changed

4 files changed

+1175
-246
lines changed

.release-it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"plugins": {
99
"@release-it/conventional-changelog": {
1010
"infile": "CHANGELOG.md",
11-
"preset": "angular",
11+
"preset": "conventionalcommits",
1212
"types": [
1313
{ "section": "Features", "type": "feat" },
1414
{ "section": "Bug Fixes", "type": "fix" },

0 commit comments

Comments
 (0)