From 1a8b895fcc7852f25be3ada08cd46c6dbd374434 Mon Sep 17 00:00:00 2001 From: Tamas Cservenak Date: Wed, 4 Oct 2023 11:54:37 +0200 Subject: [PATCH] Update: add local repo check. --- RELEASE.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 46c99140..c2f4d86d 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -17,8 +17,12 @@ # Release cheat sheet -Check site build before starting. +Check that site is build before starting (run mvn site). +Check that local repository is okay or nuke it. If local repo is OK, this command should have only one output: +``` +$ find .m2/repository-oss -type f -exec stat --format='%A' '{}' \; | sort | uniq -c +``` Perform the release: ```