Fix bug in hasAnyVersionTags 🐜
This commit is contained in:
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',
|
||||||
|
|||||||
Reference in New Issue
Block a user