Fix bug in hasAnyVersionTags 🐜
This commit is contained in:
@@ -164,6 +164,7 @@ export default class Versioning {
|
||||
*/
|
||||
static async hasAnyVersionTags() {
|
||||
const numberOfVersionCommits = await System.run('git', [
|
||||
'tag',
|
||||
'--list',
|
||||
'--merged',
|
||||
'HEAD',
|
||||
|
||||
Reference in New Issue
Block a user