test(post): custom release note generation

This commit is contained in:
Stephan Bönnemann
2015-04-24 15:52:25 +02:00
parent 63096c50c4
commit 3369f31a8d
2 changed files with 57 additions and 8 deletions
+5
View File
@@ -0,0 +1,5 @@
'use strict'
module.exports = function (cb) {
cb(null, 'custom log')
}