commit
30a915921e
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 3.5 KiB |
@ -0,0 +1,12 @@ |
||||
var manifest = require('../app/manifest.json') |
||||
var version = manifest.version |
||||
|
||||
var fs = require('fs') |
||||
var path = require('path') |
||||
var changelog = fs.readFileSync(path.join(__dirname, '..', 'CHANGELOG.md')).toString() |
||||
|
||||
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}` |
||||
|
||||
console.log(msg) |
Loading…
Reference in new issue