From ab8ecc9d64b7d5dfe54d13a7c8bb0ab48493fb1f Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Tue, 28 Jan 2025 13:54:06 +0100 Subject: [PATCH 1/3] chore(weekly): add blog post for the last 2 weeks Closes packit/agile#729 Signed-off-by: Matej Focko --- weekly/2025/week-3-4.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 weekly/2025/week-3-4.md diff --git a/weekly/2025/week-3-4.md b/weekly/2025/week-3-4.md new file mode 100644 index 0000000000..660634a96c --- /dev/null +++ b/weekly/2025/week-3-4.md @@ -0,0 +1,13 @@ +--- +title: Weeks 3–4 in Packit +date: 2025-01-28 +authors: mfocko +tags: + - 2025-January + - 2025 + - January +--- + +## Weeks 3–4 (January 14th – January 27th) + +- Add support for detached (open)SUSE style changelogs ([specfile#444](https://github.com/packit/specfile/pull/444), contributed by Dan Čermák) From e17792894abc149dd4f6713eb89fae3f802d8ea6 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Tue, 28 Jan 2025 15:54:15 +0100 Subject: [PATCH 2/3] fix(weekly): typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Nikola Forró Signed-off-by: Matej Focko --- weekly/2025/week-3-4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weekly/2025/week-3-4.md b/weekly/2025/week-3-4.md index 660634a96c..9b780b03cf 100644 --- a/weekly/2025/week-3-4.md +++ b/weekly/2025/week-3-4.md @@ -10,4 +10,4 @@ tags: ## Weeks 3–4 (January 14th – January 27th) -- Add support for detached (open)SUSE style changelogs ([specfile#444](https://github.com/packit/specfile/pull/444), contributed by Dan Čermák) +- Added support for detached (open)SUSE style changelogs ([specfile#444](https://github.com/packit/specfile/pull/444), contributed by Dan Čermák) From 28b3633d2193a782eb2f6cb744973b2e174ee5f3 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Tue, 28 Jan 2025 15:56:25 +0100 Subject: [PATCH 3/3] chore(weekly): add a note about breaking changes Signed-off-by: Matej Focko --- weekly/2025/week-3-4.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/weekly/2025/week-3-4.md b/weekly/2025/week-3-4.md index 9b780b03cf..8ee9175d11 100644 --- a/weekly/2025/week-3-4.md +++ b/weekly/2025/week-3-4.md @@ -10,4 +10,13 @@ tags: ## Weeks 3–4 (January 14th – January 27th) +:::warning + +This is also a breaking release that includes changes from the Packit 1.0.0, we +have opened PRs that should help you with migration if you are affected. + +For more details please see the following [blog post](https://packit.dev/posts/packit_1_0_0_action_required). + +::: + - Added support for detached (open)SUSE style changelogs ([specfile#444](https://github.com/packit/specfile/pull/444), contributed by Dan Čermák)