From 4f6c8cd30ce86db8ad816e57808c0adba806adfe Mon Sep 17 00:00:00 2001 From: Justin Bertram Date: Tue, 22 Oct 2024 09:20:52 -0500 Subject: [PATCH] NO-JIRA add note about umask to release doc --- RELEASING.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASING.adoc b/RELEASING.adoc index d857d07734..db749a5bd4 100644 --- a/RELEASING.adoc +++ b/RELEASING.adoc @@ -35,6 +35,9 @@ mvn clean install -Prelease . Start and stop the server * Run the examples from the https://github.com/apache/activemq-artemis-examples/tree/development[development branch]. +* Check your https://en.wikipedia.org/wiki/Umask[`umask`] setting. +Releases have traditionally been built using a umask of `0022`. +If your `umask` value does not match this then the release is likely to fail the <> step later. If everything is successful follow these next steps to build and publish artifacts to ASF Nexus and send out a release vote.