From fc55952456d4f636a6a995592744ca3bd70b9882 Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Fri, 28 Jul 2017 09:25:17 -0400 Subject: [PATCH] fix(postinstall): message with the right plugin name --- src/postinstall.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/postinstall.js b/src/postinstall.js index 44fd859..1b32cc8 100644 --- a/src/postinstall.js +++ b/src/postinstall.js @@ -42,7 +42,7 @@ function addPlugin () { pkg.release.analyzeCommits = 'simple-commit-message' const text = JSON.stringify(pkg, null, 2) + '\n' fs.writeFileSync(filename, text, 'utf8') - console.log('✅ set generate notes plugin in', filename) + console.log('✅ set analyzeCommits plugin in', filename) } if (alreadyInstalled()) {