This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/hadoop-release-support.git
commit df87fd0dc5b773375f0c619f6bc4208fbc3c5803 Author: Steve Loughran <ste...@cloudera.com> AuthorDate: Mon Mar 27 15:19:08 2023 +0100 cleanup instructions --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dae02c..9573412 100644 --- a/README.md +++ b/README.md @@ -485,7 +485,7 @@ to verify this is visible ## Send that email announcement -### tag the final release and push that tag +## tag the final release and push that tag The ant `print-tag-command` prints the command needed to create and sign a tag. @@ -496,6 +496,14 @@ ant print-tag-command Use the "tagging the final release" commands printed +## clean up your local system + +For safety, purge your maven repo of all versions of the release, so +as to guarantee that everything comes from the production store. + +```bash +ant purge-from-maven +``` # tips ## Git status prompt issues in fish --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org