File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -16,3 +16,4 @@ jira = "*"
16
16
17
17
[dev-packages ]
18
18
pytest = " *"
19
+ grip = " *"
Original file line number Diff line number Diff line change @@ -49,12 +49,14 @@ Note 1: These examples assume that your remote named "upstream" points to unicod
49
49
50
50
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!
51
51
52
+ Note 3: The left side of the rev-range should be an ancestor of the right side of the rev-range.
53
+
52
54
### Preview the Report
53
55
54
56
To preview the report, render the Markdown file in your favorite Markdown preview tool, like grip:
55
57
56
- $ pip3 install grip
57
- $ grip REPORT.md
58
+ $ pipenv install --dev
59
+ $ pipenv run grip REPORT.md
58
60
* Running on http://localhost:6419/ (Press CTRL+C to quit)
59
61
60
62
### Sending for Review
You can’t perform that action at this time.
0 commit comments