Skip to content

Commit 39a5a3e

Browse files
committed
Adds “bump” grunt task
1 parent d8fc334 commit 39a5a3e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Gruntfile.coffee

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
module.exports = (grunt) ->
22
grunt.loadNpmTasks 'grunt-lintspaces'
3+
grunt.loadNpmTasks 'grunt-bump'
34

45
grunt.initConfig(
56
lintspaces:
67
all:
78
src: ['*.sublime-snippet', '*.coffee', '.travis.yml']
89
options:
910
editorconfig: '.editorconfig'
11+
bump:
12+
options:
13+
pushTo: 'origin'
1014
)
1115

1216
grunt.registerTask 'test', ['lintspaces']

0 commit comments

Comments
 (0)