Skip to content

Commit 38fbf61

Browse files
committed
fix changelog bug
1 parent 15803ac commit 38fbf61

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/release.sh

-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ main() {
1818
git tag -d "v$version" > /dev/null || true
1919
git tag -a "v$version" -m "v$version" > /dev/null
2020

21-
# Generate changelog
22-
node ./scripts/changelog.js
23-
git add CHANGELOG.md > /dev/null
24-
git commit -m "chore: update changelog" > /dev/null
25-
2621
echo " Tag: v$version"
2722
echo " Commit: $(git rev-parse HEAD)"
2823
echo

0 commit comments

Comments
 (0)