Skip to content

Commit

Permalink
fix: release notes summary spills over table boundry
Browse files Browse the repository at this point in the history
Authored-by: Steve Taylor <sttaylor@vmware.com>
  • Loading branch information
staylor14 committed Mar 2, 2022
1 parent 101ec59 commit 669886f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions internal/commands/testdata/release_notes_output.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
<td>
<details>
<summary>1.2.0</summary>
<pre>
<pre style="max-width: 30em">
peal
is
yellow
</pre>
</details>
<details>
<summary>1.1.1</summary>
<pre>
<pre style="max-width: 30em">
remove from bunch
</pre>
</details>
Expand Down
2 changes: 1 addition & 1 deletion internal/release/notes.md.template
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{{- if ne (trim .GetBody) "" }}
<details>
<summary>{{ .GetTagName }}</summary>
<pre>
<pre style="max-width: 30em">
{{ trim .GetBody | removeEmptyLines | indent 2 | trim}}
</pre>
</details>
Expand Down

0 comments on commit 669886f

Please sign in to comment.