Skip to content

Commit

Permalink
Update: add local repo check.
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Oct 25, 2023
1 parent 0f19a15 commit 1a8b895
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
Expand Down

0 comments on commit 1a8b895

Please sign in to comment.