NO-JIRA: update example again, so that it isnt inconsistent with the prior example as originally

This commit is contained in:
Robbie Gemmell 2023-10-31 09:10:27 +00:00
parent d76550ad04
commit a9cb46835a
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ $ java -jar jira-git-0.1.SNAPSHOT-jar-with-dependencies.jar artemis-web <path.to
real example used on [2.31.0](https://activemq.apache.org/components/artemis/download/commit-report-2.31.0.html):
```bash
$ java -jar
java -jar jira-git-0.1.SNAPSHOT-jar-with-dependencies.jar artemis release-work/activemq-artemis release-work/activemq-website/src/components/artemis/download/commit-report-2.31.0.html 2.30.0 2.31.0 true
java -jar jira-git-0.1.SNAPSHOT-jar-with-dependencies.jar artemis-web release-work/activemq-artemis release-work/activemq-website/src/components/artemis/download/commit-report-2.31.0.html 2.30.0 2.31.0 true
```
- This will parse all the git commits between the previous release, and current release tags while looking at current JIRA status.