Skip to content

Commit

Permalink
latest semantic release plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Aug 11, 2017
1 parent 8bbd801 commit 1c3f598
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@
},
"devDependencies": {
"git-issues": "1.2.0",
"github-post-release": "^1.13.1",
"grunt": "0.4.5",
"grunt-contrib-jshint": "0.11.3",
"grunt-nice-package": "0.10.2",
"gt": "0.10.0",
"jshint-summary": "0.4.0",
"pre-git": "1.4.0",
"semantic-release": "^4.3.5"
"semantic-release": "^4.3.5",
"simple-commit-message": "^3.3.1"
},
"engines": {
"node": ">= 0.8.0"
Expand Down Expand Up @@ -75,5 +77,9 @@
"post-commit": [],
"post-merge": []
}
},
"release": {
"analyzeCommits": "simple-commit-message",
"generateNotes": "github-post-release"
}
}

0 comments on commit 1c3f598

Please sign in to comment.