ICU-22532 Improve commit checker instructions

See #2622
This commit is contained in:
Shane F. Carr 2023-09-22 00:04:16 +00:00
parent 4633254f9e
commit fd5d6c97b1
2 changed files with 5 additions and 2 deletions

View file

@ -16,3 +16,4 @@ jira = "*"
[dev-packages]
pytest = "*"
grip = "*"

View file

@ -49,12 +49,14 @@ Note 1: These examples assume that your remote named "upstream" points to unicod
Note 2: Please change the previous-release tag (release-63-1, release-64-2, etc) to the correct version at the time you run the tool!
Note 3: The left side of the rev-range should be an ancestor of the right side of the rev-range.
### Preview the Report
To preview the report, render the Markdown file in your favorite Markdown preview tool, like grip:
$ pip3 install grip
$ grip REPORT.md
$ pipenv install --dev
$ pipenv run grip REPORT.md
* Running on http://localhost:6419/ (Press CTRL+C to quit)
### Sending for Review