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) ->
9292 run_test : { tasks : [' test' ] }
9393 bump : {} # 'bump' also uses the increment mode `yabs:release:MODE`
9494 run_build : { tasks : [' build' ] }
95- commit : { add : ' .' }
95+ commit : {}
96+ check_after_build : { clean : true } # Fails if new files found
9697 tag : {}
9798 push : { tags : true }
9899 bump_develop : { inc : ' prepatch' }
Original file line number Diff line number Diff line change 11{
22 "name" : " ui-contextmenu" ,
33 "description" : " Turn a jQuery UI Menu widget into a contextmenu." ,
4- "version" : " 1.4.2 " ,
4+ "version" : " 1.4.3-0 " ,
55 "main" : [
66 " jquery.ui-contextmenu.js"
77 ],
Original file line number Diff line number Diff line change 4646 "grunt-exec" : " ~0.4.0" ,
4747 "grunt-saucelabs" : " ~4.1.2" ,
4848 "grunt-contrib-watch" : " ~0.5.3" ,
49- "grunt-yabs" : " 0.0.5 "
49+ "grunt-yabs" : " 0.0.6 "
5050 },
5151 "scripts" : {
5252 "test" : " grunt ci --verbose"
5353 }
54- }
54+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " ui-contextmenu" ,
3- "version" : " 1.4.2 " ,
3+ "version" : " 1.4.3-0 " ,
44 "title" : " jQuery UI context menu plugin" ,
55 "description" : " Turn a jQuery UI Menu widget into a contextmenu." ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments