Skip to content

Commit

Permalink
Release command added
Browse files Browse the repository at this point in the history
  • Loading branch information
inossidabile committed Jul 10, 2013
1 parent aefc71c commit 1436faf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = (grunt) ->

grunt.loadNpmTasks 'grunt-release'

grunt.initConfig
release:
options:
bump: false
add: false
commit: false
push: false
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,10 @@
},
"keywords": [
"gruntplugin"
]
],
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-release": "~0.3.5"
}
}

0 comments on commit 1436faf

Please sign in to comment.