Skip to content

Commit

Permalink
remove grunt-bump
Browse files Browse the repository at this point in the history
  • Loading branch information
crisbeto committed Oct 3, 2015
1 parent 1d75550 commit 029abc4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
14 changes: 0 additions & 14 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,24 +79,10 @@ module.exports = function(grunt) {
open: true
}
}
},
bump: {
options: {
files: ['package.json', 'bower.json'],
commit: true,
commitMessage: 'Release %VERSION%',
commitFiles: ['package.json', 'bower.json'],
createTag: true,
tagName: '%VERSION%',
tagMessage: '%VERSION%',
push: true,
pushTo: 'origin'
}
}
});

grunt.registerTask('default', ['concat:build', 'connect', 'watch']);
grunt.registerTask('build', ['jshint:src', 'concat:build', 'uglify:build']);
grunt.registerTask('deploy', ['build', 'gh-pages:deploy']);
grunt.registerTask('release', ['deploy', 'bump']);
};
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ angular.module('someModule', ['angular-svg-round-progress'])
* `grunt` to run a development server. Not mandatory(you can run the build/index.html directly), but more convenient.
* `grunt build` to build minified demo in build/
* `grunt deploy` to build minified demo and push it to gh-pages branch
* `grunt release` to bump the version and release


## Credits
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"devDependencies": {
"connect-livereload": "^0.5.3",
"grunt": "^0.4.5",
"grunt-bump": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-jshint": "^0.11.1",
Expand Down

0 comments on commit 029abc4

Please sign in to comment.