-
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tagged version wins even if MinVerMinimumMajorMinor is higher
- Loading branch information
Showing
6 changed files
with
103 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
Trace: Running Git: git status --short | ||
Trace: Git exit code: 0 | ||
Trace: Git stdout: | ||
?? command-read-00.md | ||
?? command-read-01.md | ||
?? command-read-02.md | ||
?? command-read-03.md | ||
|
||
Trace: Git stderr: | ||
|
||
Trace: Running Git: git log --pretty=format:"%H %P" | ||
Trace: Git exit code: 0 | ||
Trace: Git stdout: | ||
1 0 | ||
0 | ||
Trace: Git stderr: | ||
|
||
Trace: Running Git: git show-ref --tags --dereference | ||
Trace: Git exit code: 0 | ||
Trace: Git stdout: | ||
1 refs/tags/1.0.0-foo.1 | ||
0 refs/tags/not-a-version | ||
|
||
Trace: Git stderr: | ||
|
||
Debug: Ignoring non-version tag { Name: not-a-version, Sha: 0 }. | ||
Trace: Checking commit 1 (height 0)... | ||
Trace: Found version tag { Commit: 1, Tag: '1.0.0-foo.1', Version: 1.0.0-foo.1, Height: 0 }. | ||
Debug: 1 commits checked. | ||
Info: Using { Commit: 1, Tag: '1.0.0-foo.1', Version: 1.0.0-foo.1, Height: 0 }. | ||
Debug: Ignoring minimum major minor 3.0 because the commit is tagged. | ||
Info: Calculated version 1.0.0-foo.1. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters