mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2026-04-09 17:44:17 +00:00
debug1
This commit is contained in:
parent
305899e7da
commit
72baeec34d
3 changed files with 10 additions and 2 deletions
|
|
@ -69,6 +69,8 @@ class DefaultLastReleaseResolver {
|
|||
.find(t => tagFormatter.IsValid(t)) || '';
|
||||
}
|
||||
tag = tag.trim();
|
||||
core.warning(`Use DefaultLast.js ! `)
|
||||
core.warning(`releasePattern=${releasePattern}, currentTag=${currentTag}, isTagged=${isTagged}, currentMajor=${currentMajor}, currentMinor=${currentMinor}, currentPatch=${currentPatch}`);
|
||||
}
|
||||
catch (err) {
|
||||
tag = '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue