Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Commit 10fa988

Browse files
committed
chore: remove semantic release changelog
1 parent 830b009 commit 10fa988

File tree

4 files changed

+2
-29
lines changed

4 files changed

+2
-29
lines changed

.releaserc.cjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,14 @@ const config = {
2222
],
2323
}
2424

25-
// changelog and git for non-prerelease branches
25+
// git plugin for non-prerelease branches to update package.json version
2626
const isPrerelease = config.branches.some(
2727
(b) => typeof b === 'object' && b.name === branch && b.prerelease
2828
)
2929

3030
if (!isPrerelease) {
31-
config.plugins.push(['@semantic-release/changelog', { changelogFile: 'CHANGELOG.md' }])
3231
config.plugins.push(['@semantic-release/git', {
33-
assets: ['CHANGELOG.md', 'package.json'],
32+
assets: ['package.json'],
3433
message: 'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}',
3534
}])
3635
}

CHANGELOG.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
"@commitlint/cli": "^20.1.0",
5959
"@commitlint/config-conventional": "^20.0.0",
6060
"@eslint/js": "^9.39.1",
61-
"@semantic-release/changelog": "^6.0.3",
6261
"@semantic-release/git": "^10.0.1",
6362
"@testing-library/jest-dom": "^6.9.1",
6463
"@testing-library/react": "^16.3.0",

pnpm-lock.yaml

Lines changed: 0 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)