HACKING: Drop trailing spaces

This commit is contained in:
Martin Pitt
2026-02-09 09:29:29 +01:00
committed by Martin Pitt
parent a9e65f75bd
commit 4eaa454d80
+4 -4
View File
@@ -488,7 +488,7 @@ a label `release-note` and contains a release note segment in the description
will be used when generating the release blog post for https://cockpit-project.org.
To create a release note you need a h2-header at the end of your PR description
where everything underneath will be taken by the automation for the blog
where everything underneath will be taken by the automation for the blog
generation. It will also take any images and videos uploaded and add them to
the blog post PR as well. For example:
@@ -502,11 +502,11 @@ Release note text that will be picked up by automation
<img for release note>
```
You can see this in action in [this cockpit-machines
You can see this in action in [this cockpit-machines
PR](https://github.com/cockpit-project/cockpit-machines/pull/2268) where we
have an h2-header together with text which in turn was taken by the
automation and shown inside [the blog
post](https://cockpit-project.org/blog/cockpit-347.html) for the release
automation and shown inside [the blog
post](https://cockpit-project.org/blog/cockpit-347.html) for the release
that included it.
## Debug logging of Cockpit processes