Skip to content

Commit

Permalink
NO-JIRA: mention of the artemis-web usage on the report
Browse files Browse the repository at this point in the history
  • Loading branch information
clebertsuconic committed Oct 30, 2023
1 parent 447220c commit d76550a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d76550a

Please sign in to comment.