Skip to content

Commit

Permalink
release tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
barisaydinoglu committed Sep 2, 2015
1 parent a04b98d commit 301d6fd
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 283 deletions.
3 changes: 0 additions & 3 deletions .bowerrc

This file was deleted.

9 changes: 9 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,15 @@ module.exports = function(grunt) {
}
}
}
},
"release-it": {
options: {
pkgFiles: ["package.json"],
commitMessage: "Release %s",
tagName: "%s",
tagAnnotation: "Release %s",
buildCommand: false
}
}
});

Expand Down
56 changes: 0 additions & 56 deletions build/release.js

This file was deleted.

115 changes: 0 additions & 115 deletions build/release/cdn.js

This file was deleted.

109 changes: 0 additions & 109 deletions build/release/dist.js

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"grunt-jscs": "2.1.0",
"grunt-jsonlint": "1.0.4",
"grunt-npmcopy": "0.1.0",
"grunt-release-it": "0.2.1",
"gzip-js": "0.3.2",
"load-grunt-tasks": "3.2.0",
"qunitjs": "1.17.1",
Expand Down

0 comments on commit 301d6fd

Please sign in to comment.