Skip to content

Commit 002b2d7

Browse files
committed
adding post publish script
1 parent 1998ac7 commit 002b2d7

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

.bithoundrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"grunt-eslint",
3232
"grunt-force-task",
3333
"grunt-gitdown",
34+
"grunt-github-releaser",
3435
"grunt-htmllint",
3536
"grunt-jsbeautifier",
3637
"grunt-jscs",
@@ -39,6 +40,7 @@
3940
"grunt-jsonlint",
4041
"grunt-karma",
4142
"grunt-mocha-istanbul",
43+
"grunt-release",
4244
"grunt-shell",
4345
"grunt-version-check",
4446
"husky",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
108108

109109
| Date | Version | Description |
110110
| ----------- | ------- | ----------- |
111-
| 2016-11-25 | v1.0.20 | Maintenance |
111+
| 2016-11-26 | v1.0.21 | Maintenance |
112112
| 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues |
113113
| 2016-11-19 | v1.0.18 | Maintenance |
114114
| 2016-11-04 | v1.0.16 | Upgrading to html5-desktop-notifications 3.0.0 |

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-web-notification",
3-
"version": "1.0.20",
3+
"version": "1.0.21",
44
"description": "AngularJS service for displaying web notifications.",
55
"authors": [
66
"Sagie Gur-Ari <[email protected]>"

docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| Date | Version | Description |
22
| ----------- | ------- | ----------- |
3-
| 2016-11-25 | v1.0.20 | Maintenance |
3+
| 2016-11-26 | v1.0.21 | Maintenance |
44
| 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues |
55
| 2016-11-19 | v1.0.18 | Maintenance |
66
| 2016-11-04 | v1.0.16 | Upgrading to html5-desktop-notifications 3.0.0 |

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-web-notification",
3-
"version": "1.0.20",
3+
"version": "1.0.21",
44
"description": "AngularJS service for displaying web notifications.",
55
"author": {
66
"name": "Sagie Gur-Ari",
@@ -33,7 +33,9 @@
3333
"format": "grunt format",
3434
"build": "grunt build",
3535
"jstest": "grunt jstest",
36+
"debug": "mocha --debug-brk=5858 --no-timeouts --ui bdd --reporter spec --recursive ./test/spec",
3637
"prepush": "npm run build",
38+
"postpublish": "grunt post-publish",
3739
"grunt": "grunt"
3840
},
3941
"devDependencies": {

0 commit comments

Comments
 (0)