Commit 65e85ee
committed
fix(scripts): stop double-generating CHANGELOG on release
Drop the redundant 'bun --bun run changelog:generate &&' prefix from
release scripts; bumpx already calls @stacksjs/logsmith internally
with the proper from/to tag range, so the standalone pre-step was
prepending a duplicate section to CHANGELOG.md on every release.
Refs: stacksjs/rpx#22601 parent e39c355 commit 65e85ee
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments