Fix bug in hasAnyVersionTags 🐜
parent
77371c378c
commit
25f72b6a1e
File diff suppressed because one or more lines are too long
|
@ -164,6 +164,7 @@ export default class Versioning {
|
||||||
*/
|
*/
|
||||||
static async hasAnyVersionTags() {
|
static async hasAnyVersionTags() {
|
||||||
const numberOfVersionCommits = await System.run('git', [
|
const numberOfVersionCommits = await System.run('git', [
|
||||||
|
'tag',
|
||||||
'--list',
|
'--list',
|
||||||
'--merged',
|
'--merged',
|
||||||
'HEAD',
|
'HEAD',
|
||||||
|
|
Loading…
Reference in New Issue