fix: use correct debug namespace
This commit is contained in:
parent
1129d47e1d
commit
6f74dcbd4a
@ -1,5 +1,5 @@
|
|||||||
const execa = require('execa');
|
const execa = require('execa');
|
||||||
const debug = require('debug')('semantic-release:get-version-head');
|
const debug = require('debug')('semantic-release:git');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the commit sha for a given tag.
|
* Get the commit sha for a given tag.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user