Skip to content
This repository was archived by the owner on Aug 14, 2021. It is now read-only.

Commit 495be36

Browse files
committed
Update to grunt-yabs 0.4
1 parent 3b9c2be commit 495be36

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gruntfile.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,14 @@ module.exports = (grunt) ->
112112
common: # defaults for all tools
113113
manifests: ['package.json', 'bower.json', 'ui-contextmenu.jquery.json']
114114
# The following tools are run in order:
115-
check: { clean: true, branch: ['master'], canPush: true }
115+
check: { branch: ['master'], canPush: true, clean: true, cmpVersion: 'gte' }
116116
run_test: { tasks: ['test'] }
117117
bump: {} # 'bump' also uses the increment mode `yabs:release:MODE`
118118
run_build: { tasks: ['build'] }
119119
commit: {}
120120
check_after_build: { clean: true } # Fails if new files found
121121
tag: {}
122-
push: { tags: true }
122+
push: { tags: true, useFollowTags: true }
123123
githubRelease:
124124
repo: "mar10/jquery-ui-contextmenu"
125125
draft: false

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
"grunt-exec": "~0.4.0",
4747
"grunt-saucelabs": "~8.1.0",
4848
"grunt-contrib-watch": "~0.5.3",
49-
"grunt-yabs": "^0.3.0"
49+
"grunt-yabs": "^0.4.0"
5050
},
5151
"scripts": {
5252
"test": "grunt ci --verbose"
5353
}
54-
}
54+
}

0 commit comments

Comments
 (0)