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 c50d97d60b NO-JIRA small tweak on releasing with jira-git-report
c50d97d60b is described below
commit c50d97d60b76f57785a95ef53da35153bb70b398
Author: Clebert Suconic <[email protected]>
AuthorDate: Fri Jul 21 10:07:59 2023 -0400
NO-JIRA small tweak on releasing with jira-git-report
---
RELEASING.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/RELEASING.md b/RELEASING.md
index 800a39f400..c8649291e6 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -163,7 +163,7 @@ $ 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
<checkoutDirectory>/activemq-artemis <checkoutDirectory>/artemis-website
commit-report-<version>.html <previous-version> <version> true
+$ java -jar jira-git-0.1.SNAPSHOT-jar-with-dependencies.jar artemis-web
<checkoutDirectory>/activemq-artemis <checkoutDirectory>/artemis-website
commit-report-<version>.html <previous-version> <version> true
```
real example used on
[2.6.1](http://activemq.apache.org/artemis/commit-report-2.6.1.html):