From 8455e4cab23f5d6513552e5d84b77585f4009b2e Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Thu, 16 Jul 2026 08:23:33 +0200 Subject: [PATCH] fix(blog): add dates to the blog posts As I have noticed, when opening the blog post about release syncing in Packit from Nikola, when you don't specify the date, the blogs get assigned the date during the build. Therefore these two blog posts are kept at the top of the posts. Add the dates of merging to fix this issue. Signed-off-by: Matej Focko --- posts/code-review/index.md | 1 + posts/comparing-frontier-models-june2026/index.mdx | 1 + 2 files changed, 2 insertions(+) diff --git a/posts/code-review/index.md b/posts/code-review/index.md index 275e910b0a..ec9b550049 100644 --- a/posts/code-review/index.md +++ b/posts/code-review/index.md @@ -1,6 +1,7 @@ --- title: Our experience with AI-based code review authors: ttomecek +date: 2026-02-24 tags: - AI - code-review diff --git a/posts/comparing-frontier-models-june2026/index.mdx b/posts/comparing-frontier-models-june2026/index.mdx index 98b82bf8e2..4025eb3247 100644 --- a/posts/comparing-frontier-models-june2026/index.mdx +++ b/posts/comparing-frontier-models-june2026/index.mdx @@ -1,6 +1,7 @@ --- title: Comparing frontier Claude models for our AI workflows (June 2026) authors: ttomecek +date: 2026-06-09 tags: - AI - automation