This is an automated email from the ASF dual-hosted git repository.

jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new b280194fc7 NO-JIRA clarify release doc
b280194fc7 is described below

commit b280194fc792fdf02e6b5139f0b5750c47b2c62f
Author: Justin Bertram <[email protected]>
AuthorDate: Wed Oct 16 09:53:36 2024 -0500

    NO-JIRA clarify release doc
---
 RELEASING.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/RELEASING.md b/RELEASING.md
index b76e0a7071..db34d1f2d2 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -44,10 +44,16 @@ cd activemq-artemis
 git remote add upstream 
https://gitbox.apache.org/repos/asf/activemq-artemis.git
 ```
 
-If your git `user.email` and/or `user.name` are not set globally then you'll 
need to set these on the newly clone 
-repository as they will be used during the release process to make commits to 
the upstream repository, e.g.:
+Verify your Git `user.email` and `user.name` are set correctly by running:
 
+```sh
+git config user.email
+git config user.name
 ```
+
+If not set correctly you'll need to run one or both of the following commands 
as these config values will be used during the release process to make commits 
to the upstream repository:
+
+```sh
 git config user.email "[email protected]"
 git config user.name "FirstName LastName"
 ```


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to