File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,8 @@ module.exports = (grunt) ->
92
92
run_test : { tasks : [' test' ] }
93
93
bump : {} # 'bump' also uses the increment mode `yabs:release:MODE`
94
94
run_build : { tasks : [' build' ] }
95
- commit : { add : ' .' }
95
+ commit : {}
96
+ check_after_build : { clean : true } # Fails if new files found
96
97
tag : {}
97
98
push : { tags : true }
98
99
bump_develop : { inc : ' prepatch' }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ui-contextmenu" ,
3
3
"description" : " Turn a jQuery UI Menu widget into a contextmenu." ,
4
- "version" : " 1.4.2 " ,
4
+ "version" : " 1.4.3-0 " ,
5
5
"main" : [
6
6
" jquery.ui-contextmenu.js"
7
7
],
Original file line number Diff line number Diff line change 46
46
"grunt-exec" : " ~0.4.0" ,
47
47
"grunt-saucelabs" : " ~4.1.2" ,
48
48
"grunt-contrib-watch" : " ~0.5.3" ,
49
- "grunt-yabs" : " 0.0.5 "
49
+ "grunt-yabs" : " 0.0.6 "
50
50
},
51
51
"scripts" : {
52
52
"test" : " grunt ci --verbose"
53
53
}
54
- }
54
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ui-contextmenu" ,
3
- "version" : " 1.4.2 " ,
3
+ "version" : " 1.4.3-0 " ,
4
4
"title" : " jQuery UI context menu plugin" ,
5
5
"description" : " Turn a jQuery UI Menu widget into a contextmenu." ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments