aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-10-05 03:38:58 +0800
committerDan Finlay <dan@danfinlay.com>2016-10-05 03:41:14 +0800
commit3ad976570b0c3fa64d16d04fec5a85625b30176c (patch)
tree6ee0891394b4c6b3d5a2aa527890dc2ae986e43a /package.json
parentca57fc0f52809882a730f8767cbbffb0acfc0b6d (diff)
downloadtangerine-wallet-browser-3ad976570b0c3fa64d16d04fec5a85625b30176c.tar
tangerine-wallet-browser-3ad976570b0c3fa64d16d04fec5a85625b30176c.tar.gz
tangerine-wallet-browser-3ad976570b0c3fa64d16d04fec5a85625b30176c.tar.bz2
tangerine-wallet-browser-3ad976570b0c3fa64d16d04fec5a85625b30176c.tar.lz
tangerine-wallet-browser-3ad976570b0c3fa64d16d04fec5a85625b30176c.tar.xz
tangerine-wallet-browser-3ad976570b0c3fa64d16d04fec5a85625b30176c.tar.zst
tangerine-wallet-browser-3ad976570b0c3fa64d16d04fec5a85625b30176c.zip
Add announcer script
I always keep writing up this same announcement message whenever I publish a new version. I've now written a script to automate my announcement formatting, it looks like this: ``` **MetaMask 2.13.2** now published to the Chrome Store! It should be available over the next hour! 2016-10-4 - Fix bug where chosen FIAT exchange rate does no persist when switching networks - Fix additional parameters that made MetaMask sometimes receive errors from Parity. - Fix bug where invalid transactions would still open the MetaMask popup. ```
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index b59a7ca44..72c682173 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,8 @@
"mock": "beefy mock-dev.js:bundle.js --live --open --index=./development/index.html --cwd ./",
"buildMock": "browserify ./mock-dev.js -o ./development/bundle.js",
"testem": "npm run buildMock && testem",
- "ci": "npm run buildMock && testem ci -P 2"
+ "ci": "npm run buildMock && testem ci -P 2",
+ "announce": "node development/announcer.js"
},
"browserify": {
"transform": [