Skip to content

Commit

Permalink
Remove local change from 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yihua committed May 16, 2024
1 parent 9c90a7b commit 16ba7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/create_source_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ cd ${CLONE_DIR}
$CURR_DIR/release/create_source_directory.sh hudi-$RELEASE_VERSION

tar czf ${RELEASE_DIR}/hudi-${RELEASE_VERSION}.src.tgz hudi-$RELEASE_VERSION
gpg --armor --local-user 75C5744E9E5CD5C48E19C082C4D858D73B9DB1B8 --detach-sig ${RELEASE_DIR}/hudi-${RELEASE_VERSION}.src.tgz
gpg --armor --detach-sig ${RELEASE_DIR}/hudi-${RELEASE_VERSION}.src.tgz
cd ${RELEASE_DIR}
$SHASUM hudi-${RELEASE_VERSION}.src.tgz > hudi-${RELEASE_VERSION}.src.tgz.sha512

Expand Down

0 comments on commit 16ba7f2

Please sign in to comment.