feat(post): custom release note generation

This commit is contained in:
Stephan Bönnemann
2015-04-24 15:52:54 +02:00
parent 3369f31a8d
commit 323b5d5bf8
3 changed files with 22 additions and 9 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ if (~argv._.indexOf('pre')) {
}
if (~argv._.indexOf('post')) {
require('../src/post')(argv, efh(function () {
require('../src/post')(argv, plugins, efh(function () {
// see src/restart.js
if (npmArgv['semantic-release-rerun']) {
console.log('Everything is alright :) npm will now print an error message that you can safely ignore.')