Skip to content

Commit c0c4223

Browse files
Fix linebreaks in CommentBot message (#442)
* Fix linebreaks in Registrator message * Update src/commentbot/CommentBot.jl Co-authored-by: Ian Butterworth <[email protected]> --------- Co-authored-by: Ian Butterworth <[email protected]>
1 parent b4ac783 commit c0c4223

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/commentbot/CommentBot.jl

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,9 @@ function make_pull_request(pp::ProcessedParams, rp::RequestParams, rbrn::RegBran
103103
104104
### Recommendation: add release notes
105105
106-
Release notes help your users know what has changed in the new version. For breaking releases in particular,
107-
its recommended to document what breaking changes were made (or point to where changes can be found, such as a changelog).
106+
Release notes help your users know what has changed in the new version. For breaking releases in particular, it's recommended to document what breaking changes were made (or point to where changes can be found, such as a changelog).
108107
109-
To add release notes, just add markdown formatted text underneath the comment after the text
110-
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
111-
release that TagBot creates. i.e.
108+
To add release notes, just add markdown formatted text underneath the comment after the text "Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the release that TagBot creates. i.e.
112109
113110
```
114111
@JuliaRegistrator register

0 commit comments

Comments
 (0)