Skip to content

Commit 3f1e588

Browse files
committed
fix: correct CHANGELOG file reference in release preparation script
1 parent 2a3cf8e commit 3f1e588

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/prepare-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818
# Developer workflow:
1919
# 1. Manually bump VERSION file (e.g., 0.4.0 → 0.4.1)
20-
# 2. Update CHANGELOG-mceachen.md with changes
20+
# 2. Update CHANGELOG.md with changes
2121
# 3. Commit: git commit -am "release: prepare v0.4.1"
2222
# 4. Trigger npm-release.yaml workflow
2323
# 5. Workflow runs this script, builds, publishes, merges to main

0 commit comments

Comments
 (0)