Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Jul 22, 2014
1 parent a870abe commit bce5cb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = function(grunt) {
}
},
gittag: {
append: {
new_version: {
options: {
tag: manifest.version,
message: "release v" + manifest.version
Expand All @@ -49,5 +49,5 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-chrome-compile');
grunt.loadNpmTasks('grunt-git');

grunt.registerTask('default', ["chrome-extension"]);
grunt.registerTask('default', ["chrome-extension", "gittag:new_version", "gitpush:tag", "gitpush:master"]);
};

0 comments on commit bce5cb3

Please sign in to comment.