Skip to content

Commit d4619c5

Browse files
committed
update scripts/release
1 parent 000ac71 commit d4619c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/release

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ for f in rufs/Cargo.toml fuse-ufs/Cargo.toml; do
2323
sed -i "s/^version = .*$/version = \"$ver\"/" "$f" || die "failed to patch $f"
2424
done
2525

26+
./scripts/fmt-changelog.sh || die 'failed to format ChangeLog'
27+
2628
sed -i "s/^rufs = { version = \".*\", path = \"rufs\" }\$/rufs = { version = \"$ver\", path = \"rufs\" }/" Cargo.toml || die 'failed to patch workspace Cargo.toml'
2729

2830
cargo update || die 'failed to run `cargo update`'

0 commit comments

Comments
 (0)