mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2025-12-28 21:38:18 +00:00
Always look at current commit
This commit is contained in:
parent
3d2ea28b25
commit
ea00d8684f
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -152,7 +152,7 @@ async function run() {
|
||||||
`--tags`,
|
`--tags`,
|
||||||
`--abbrev=0`,
|
`--abbrev=0`,
|
||||||
`--match=${releasePattern}`,
|
`--match=${releasePattern}`,
|
||||||
`${branch}~1`
|
`${branch}`
|
||||||
)).trim();
|
)).trim();
|
||||||
}
|
}
|
||||||
catch (err) {
|
catch (err) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue