added projectPath parameter to running of git (#323)
parent
018e347c3d
commit
7871734e90
|
@ -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,
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue