mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 20:02:58 +01:00
Made announcer use correct text bolding
This commit is contained in:
parent
f21170c7c3
commit
07c65ecf9d
@ -7,6 +7,6 @@ var changelog = fs.readFileSync(path.join(__dirname, '..', 'CHANGELOG.md')).toSt
|
||||
|
||||
var log = changelog.split(version)[1].split('##')[0].trim()
|
||||
|
||||
let msg = `**MetaMask ${version}** now published to the Chrome Store! It should be available over the next hour!\n${log}`
|
||||
let msg = `*MetaMask ${version}* now published to the Chrome Store! It should be available over the next hour!\n${log}`
|
||||
|
||||
console.log(msg)
|
||||
|
Loading…
Reference in New Issue
Block a user