Skip to content

Commit fd5d6c9

Browse files
committed
ICU-22532 Improve commit checker instructions
See unicode-org#2622
1 parent 4633254 commit fd5d6c9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

tools/commit-checker/Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ jira = "*"
1616

1717
[dev-packages]
1818
pytest = "*"
19+
grip = "*"

tools/commit-checker/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,14 @@ Note 1: These examples assume that your remote named "upstream" points to unicod
4949

5050
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!
5151

52+
Note 3: The left side of the rev-range should be an ancestor of the right side of the rev-range.
53+
5254
### Preview the Report
5355

5456
To preview the report, render the Markdown file in your favorite Markdown preview tool, like grip:
5557

56-
$ pip3 install grip
57-
$ grip REPORT.md
58+
$ pipenv install --dev
59+
$ pipenv run grip REPORT.md
5860
* Running on http://localhost:6419/ (Press CTRL+C to quit)
5961

6062
### Sending for Review

0 commit comments

Comments
 (0)