From e5fff6c40f79256e8a349366f789547b6bf14f98 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Wed, 21 Aug 2019 14:09:02 -0700 Subject: [PATCH] fix: left in blerg debug message (#236) --- src/releasers/ruby-yoshi.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/releasers/ruby-yoshi.ts b/src/releasers/ruby-yoshi.ts index 7c255d643..96a1a61e6 100644 --- a/src/releasers/ruby-yoshi.ts +++ b/src/releasers/ruby-yoshi.ts @@ -173,7 +173,7 @@ function postProcessCommits(commits: Commit[]): Commit[] { if (hasDocs) { commits.push({ sha: null, - message: `${docLevel}: Update documentationblerg`, + message: `${docLevel}: Update documentation`, files: [], }); }