nastra commented on a change in pull request #3353:
URL: https://github.com/apache/iceberg/pull/3353#discussion_r735322633
##########
File path: dev/source-release.sh
##########
@@ -85,7 +85,7 @@ echo "Preparing source for $tagrc"
echo "Adding version.txt and tagging release..."
echo $version > $projectdir/version.txt
git add $projectdir/version.txt
-git commit -m "Add version.txt for release $version" $projectdir/version.txt
+git commit -m "Update version.txt for release $version" $projectdir/version.txt
Review comment:
gave your script a try and it's basically just updating `version.txt`,
thus we shouldn't have any issues with introducing a `version.txt` file to the
project
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]