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