diff --git a/weekly/2025/week-14.md b/weekly/2025/week-14.md new file mode 100644 index 0000000000..aafa72ad08 --- /dev/null +++ b/weekly/2025/week-14.md @@ -0,0 +1,15 @@ +--- +title: Week 14 in Packit +date: 2025-04-07 +authors: flachman +tags: + - 2025-April + - 2025 + - April +--- + +## Week 14 (April 1st – April 7th) + +- When using `fast_forward_merge_into`, `version_update_mask` is now correctly being taken into consideration. ([packit#2551](https://github.com/packit/packit/pull/2551)) +- We have introduced a new `config` command group for configuration-related commands and moved the `validate-config` command under it, resulting in the new command being `packit config validate`. ([packit#2559](https://github.com/packit/packit/pull/2559)) +- It is now possible to retrigger dist-git CI scratch builds with `/packit scratch-build`. ([packit-service#2770](https://github.com/packit/packit-service/pull/2770))