Commit c3ef847
committed
Add a test script to help debugging
The recent attempt at opening PRs for OpenSSL at
git-for-windows/git#4273 (comment)
failed to produce the correct `version` parameter: instead of the
desired `1.1.1t` it came up with `1.1_1t` (i.e. only the first
underscore was converted to a dot).
To help with debugging such issues, let's add a script that allows for
reproducing the functionality locally:
./test-open-pr.js <url-to-issue>
will output the package name and the version that was determined from
that ticket.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>/open pr
1 parent 4a4dbe1 commit c3ef847
1 file changed
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments