Skip to content

Commit

Permalink
fix: left in blerg debug message (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored Aug 21, 2019
1 parent f35443b commit e5fff6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/releasers/ruby-yoshi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ function postProcessCommits(commits: Commit[]): Commit[] {
if (hasDocs) {
commits.push({
sha: null,
message: `${docLevel}: Update documentationblerg`,
message: `${docLevel}: Update documentation`,
files: [],
});
}
Expand Down

0 comments on commit e5fff6c

Please sign in to comment.