Andrew Kahr 2022-01-24 15:58:39 -08:00
commit 35cda863ec
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,
});