Skip to content

Commit

Permalink
Hotfix: Shipit message overwrote header and was missing a linebreak
Browse files Browse the repository at this point in the history
  • Loading branch information
FG-TUM committed Feb 9, 2024
1 parent a9971b8 commit 9bb821d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ function buildMessage(

// If there is nothing to report on, only create s stub.
if (unchangedDoc.size === 0 && unknownTags.size === 0) {
message = `Looks good to me! :shipit:`
message += `Looks good to me! :shipit:\n`
} else {
// Add content for unknown tags.
if (unknownTags.size !== 0) {
Expand Down

0 comments on commit 9bb821d

Please sign in to comment.