Lines Matching +full:run +full:- +full:checker
1 <!---
4 -->
6 # Commit Checker Tool
29 https://confluence.atlassian.com/cloud/api-tokens-938839638.html
35 $ git fetch --tags upstream
37 Run the tool and save the result into REPORT.md; set fixVersion to the upcoming ICU version, and ta…
39 $ pipenv run python3 check.py \
40 --jira-query "project=ICU AND fixVersion=64.1" \
41 --rev-range "release-63-1..upstream/maint/maint-64"
46 --rev-range "release-64-2..upstream/master"
48 Note 1: These examples assume that your remote named "upstream" points to unicode-org/icu, the sour…
50 …te 2: Please change the previous-release tag (release-63-1, release-64-2, etc) to the correct vers…
62 Before sending the report to ICU-TC, do some basic cleanup yourself by adjusting fix versions and r…
64 - Tickets with commits should be closed as Fixed, and fixed tickets without commits should be close…
65 - Tickets closed for any other reason, such as Duplicate, should not have a fix version. Semantica…
69 …ly. Team members should close issues they own that are correctly fixed. Re-generate the report p…