Merge branch 'main' into main

pull/305/head
AndrewKahr 2022-01-24 15:45:37 -08:00 committed by GitHub
commit ea9ae3ca53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -274,6 +274,7 @@ export default class Versioning {
static async hasAnyVersionTags() {
const numberOfCommitsAsString = await System.run('sh', undefined, {
input: Buffer.from('git tag --list --merged HEAD | grep v[0-9]* | wc -l'),
cwd: this.projectPath,
silent: false,
});