Skip to content

Commit

Permalink
Remove bold from everything is documented message (#54)
Browse files Browse the repository at this point in the history
* Remove bold from everything is documented message

* Create everyone-stop-yelling-2024-1-10-2-34-14.md

* Update everyone-stop-yelling-2024-1-10-2-34-14.md

---------

Co-authored-by: Timothee Guerin <[email protected]>
Co-authored-by: Timothee Guerin <[email protected]>
  • Loading branch information
3 people authored Feb 10, 2024
1 parent 989477e commit 18a0a61
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .chronus/changes/everyone-stop-yelling-2024-1-10-2-34-14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
# Change versionKind to one of: internal, fix, feature, breaking
changeKind: fix
packages:
- "@chronus/github-pr-commenter"
---

Remove bold from everything is documented message
2 changes: 1 addition & 1 deletion packages/github-pr-commenter/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function resolveComment(
}
content.push("");
} else {
content.push(`**All changed packages have been documented!**`);
content.push(`All changed packages have been documented.`);
}
return content.join("\n");
}
Expand Down

0 comments on commit 18a0a61

Please sign in to comment.