Fix bug in hasAnyVersionTags 🐜

pull/80/head
Webber 2020-04-26 20:26:37 +02:00
parent 77371c378c
commit 25f72b6a1e
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -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',