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

clebertsuconic 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 d76550ad04 NO-JIRA: mention of the artemis-web usage on the report
d76550ad04 is described below

commit d76550ad04547879c9c6023c83a333970d9c17b2
Author: Clebert Suconic <clebertsuco...@apache.org>
AuthorDate: Mon Oct 30 17:34:29 2023 -0400

    NO-JIRA: mention of the artemis-web usage on the report
---
 RELEASING.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/RELEASING.md b/RELEASING.md
index fca8251b92..3db4418085 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -163,9 +163,11 @@ $ git clone 
https://github.com/rh-messaging/jira-git-report.git
 $ cd jira-git-report
 $ mvn compile assembly:single
 $ cd target
-$ java -jar jira-git-0.1.SNAPSHOT-jar-with-dependencies.jar artemis 
<path.to.checkout>/activemq-artemis 
<path.to.checkout>/activemq-website/src/components/artemis/download/commit-report-<version>.html
 <previous-version> <version> true
+# Make sure you use artemis-web as the project name, as this has the proper 
file references to the website (https://activemq.apache.org)
+$ java -jar jira-git-0.1.SNAPSHOT-jar-with-dependencies.jar artemis-web 
<path.to.checkout>/activemq-artemis 
<path.to.checkout>/activemq-website/src/components/artemis/download/commit-report-<version>.html
 <previous-version> <version> true
 ```
 
+
 real example used on 
[2.31.0](https://activemq.apache.org/components/artemis/download/commit-report-2.31.0.html):
 ```bash
 $ java -jar 

Reply via email to