Skip to content

Commit 029abc4

Browse files
author
crisbeto
committed
remove grunt-bump
1 parent 1d75550 commit 029abc4

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

Gruntfile.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -79,24 +79,10 @@ module.exports = function(grunt) {
7979
open: true
8080
}
8181
}
82-
},
83-
bump: {
84-
options: {
85-
files: ['package.json', 'bower.json'],
86-
commit: true,
87-
commitMessage: 'Release %VERSION%',
88-
commitFiles: ['package.json', 'bower.json'],
89-
createTag: true,
90-
tagName: '%VERSION%',
91-
tagMessage: '%VERSION%',
92-
push: true,
93-
pushTo: 'origin'
94-
}
9582
}
9683
});
9784

9885
grunt.registerTask('default', ['concat:build', 'connect', 'watch']);
9986
grunt.registerTask('build', ['jshint:src', 'concat:build', 'uglify:build']);
10087
grunt.registerTask('deploy', ['build', 'gh-pages:deploy']);
101-
grunt.registerTask('release', ['deploy', 'bump']);
10288
};

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ angular.module('someModule', ['angular-svg-round-progress'])
8080
* `grunt` to run a development server. Not mandatory(you can run the build/index.html directly), but more convenient.
8181
* `grunt build` to build minified demo in build/
8282
* `grunt deploy` to build minified demo and push it to gh-pages branch
83-
* `grunt release` to bump the version and release
8483

8584

8685
## Credits

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"devDependencies": {
2525
"connect-livereload": "^0.5.3",
2626
"grunt": "^0.4.5",
27-
"grunt-bump": "^0.6.0",
2827
"grunt-contrib-concat": "^0.5.0",
2928
"grunt-contrib-connect": "^0.11.2",
3029
"grunt-contrib-jshint": "^0.11.1",

0 commit comments

Comments
 (0)