Skip to content

Publish the v26.7.1 release announcement - #119

Merged
vpetersson merged 1 commit into
sbomify:masterfrom
vpetersson-bot:post/publish-v26-7-1-announcement
Jul 30, 2026
Merged

Publish the v26.7.1 release announcement#119
vpetersson merged 1 commit into
sbomify:masterfrom
vpetersson-bot:post/publish-v26-7-1-announcement

Conversation

@vpetersson-bot

Copy link
Copy Markdown
Contributor

Removes draft: true from the v26.7.1 post. One line.

Why the post is not showing

The flag was deliberate in #118 — it meant merging would not publish the post before the copy was reviewed, with removal intended as a separate step. That step was missed, so since #118 merged at 12:55 the post has been on master but invisible: Hugo excludes drafts from production builds.

Confirmed:

$ curl -o /dev/null -w '%{http_code}' https://sbomify.com/2026/07/30/announcing-sbomify-v26-7-1-.../
404

A note on verification, because my first check was wrong: a stale public/ from an earlier --buildDrafts run made it look like the production build included the post. Hugo does not clean public/ between builds. With rm -rf public first, the difference is unambiguous:

Build Post rendered
hugo --minify --environment production no
hugo --minify --environment production --buildDrafts yes

After this change

Clean production build, no --buildDrafts:

  • post renders at its permalink
  • appears in the blog index
  • appears in feed.xml
  • appears in sitemap.xml
  • appears on the homepage

dprint check clean.

Merging this will publish the post on the next deploy, so it is worth a final read of the copy first — particularly the vulnerability-count section, which tells users their totals will drop.

Removes draft: true from the v26.7.1 post.

The flag was set intentionally in sbomify#118 so that merging would not publish
the post before the copy had been reviewed, on the assumption it would be
removed as a separate step. That step was missed, so the post has been on
master since 12:55 without appearing on the site: Hugo excludes drafts
from production builds, and only the nightly/deploy build with
--buildDrafts would have picked it up.

Verified with a clean production build (no --buildDrafts): the post
renders, and appears in the blog index, the RSS feed, the sitemap, and on
the homepage.
@vpetersson
vpetersson merged commit fd5508d into sbomify:master Jul 30, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants