Skip to content

Commit

Permalink
Merge pull request #114 from hubot-scripts/fix-security-alerts
Browse files Browse the repository at this point in the history
Fix security alerts, switch to release-it
  • Loading branch information
stephenyeargin authored Aug 22, 2018
2 parents 27646e0 + 765dfca commit 274dc29
Show file tree
Hide file tree
Showing 4 changed files with 4,406 additions and 1,475 deletions.
9 changes: 9 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"pkgFiles": ["package.json", "package-lock.json"],
"src": {
"tagName": "v%s"
},
"github": {
"release": true
}
}
7 changes: 0 additions & 7 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ module.exports = function(grunt) {
src: ['test/**/*.coffee']
}
},
release: {
options: {
tagName: 'v<%= version %>',
commitMessage: 'Prepared to release <%= version %>.',
additionalFiles: ['package-lock.json']
}
},
watch: {
files: ['Gruntfile.js', 'test/**/*.coffee'],
tasks: ['test']
Expand Down
Loading

0 comments on commit 274dc29

Please sign in to comment.