Skip to content

Commit 762521a

Browse files
committed
Use grunt-yabs githubRelease
1 parent f96627d commit 762521a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Gruntfile.coffee

+4-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ module.exports = (grunt) ->
7575
# username: process.env.SAUCE_USERNAME,
7676
# key: process.env.SAUCE_ACCESS_KEY,
7777
build: process.env.TRAVIS_JOB_ID
78-
throttled: 10
78+
throttled: 11
7979
browsers: [
8080
{ browserName: "chrome", platform: "Windows 7" }
8181
{ browserName: "firefox", platform: "Windows 7" }
@@ -120,6 +120,9 @@ module.exports = (grunt) ->
120120
check_after_build: { clean: true } # Fails if new files found
121121
tag: {}
122122
push: { tags: true }
123+
githubRelease:
124+
repo: "mar10/jquery-ui-contextmenu"
125+
draft: false
123126
bump_develop: { inc: 'prepatch' }
124127
commit_develop: { message: 'Bump prerelease ({%= version %}) [ci skip]' }
125128
push_develop: {}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"grunt-exec": "~0.4.0",
4747
"grunt-saucelabs": "~8.1.0",
4848
"grunt-contrib-watch": "~0.5.3",
49-
"grunt-yabs": "^0.1.0"
49+
"grunt-yabs": "^0.1.2"
5050
},
5151
"scripts": {
5252
"test": "grunt ci --verbose"

0 commit comments

Comments
 (0)