Commit c17e729
authored
bug KnpLabs#890 Fix broken roave/bc-check test (acrobat)
This PR was merged into the 2.x branch.
Discussion
----------
Previously the bc-check was broken due to a changed tag format, which causes an incorrect version/tag to be guessed. This was fixed in 5.0
```
Detected last minor version: 2.14.0
In Process.php line 256:
The command "'git' 'rev-parse' '2.14.0'" failed.
Exit Code: 128(Invalid exit argument)
Output:
================
2.14.0
Error Output:
================
fatal: ambiguous argument '2.14.0': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
```
Commits
-------
88e7a23 Fix broken roave/bc-check test2 files changed
+2
-51
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments