chore: bad reference
parent
6bdc8cae1b
commit
35c4da6eed
|
@ -17,7 +17,7 @@ module.exports = class Git extends BaseVersioning {
|
||||||
// Get the new version
|
// Get the new version
|
||||||
this.newVersion = await bumpVersion(
|
this.newVersion = await bumpVersion(
|
||||||
releaseType,
|
releaseType,
|
||||||
oldVersion,
|
this.oldVersion,
|
||||||
)
|
)
|
||||||
|
|
||||||
// We are done
|
// We are done
|
||||||
|
|
Loading…
Reference in New Issue