fix(commands): incorrect formatting of changelog hashes
This commit is contained in:
@@ -317,7 +317,7 @@ program
|
|||||||
: firstMessageLine[0];
|
: firstMessageLine[0];
|
||||||
|
|
||||||
console.log(
|
console.log(
|
||||||
`${showHashes ? `- [${"`"}${shortHash}${"`"}]` : ``} - ${
|
`${showHashes ? `- [${shortHash}]` : ``} - ${
|
||||||
type ? `**${type}**: ${briefMessage}` : briefMessage
|
type ? `**${type}**: ${briefMessage}` : briefMessage
|
||||||
}`
|
}`
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user