Commit 85241a0
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 8dbe6e4 commit 85241a0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments