From 6178bbb0f84def24687fc111f79e43e0e463c73c Mon Sep 17 00:00:00 2001 From: xZero707 Date: Sun, 6 Aug 2023 22:26:46 +0200 Subject: [PATCH] Introduce WP_PATCH_VERSION that allows reusing patch across the versions In most cases, there is no need for new patch, as it's exactly the same. There were no changes recorded between versions 5.9.1 and 6.2.2 --- build/docker-bake.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/docker-bake.hcl b/build/docker-bake.hcl index c40abbb..b8d0cfa 100644 --- a/build/docker-bake.hcl +++ b/build/docker-bake.hcl @@ -41,7 +41,7 @@ function "get-args" { params = [version, patch_version] result = { WP_VERSION = version - WP_PATCH_VERSION = patch_version) + WP_PATCH_VERSION = patch_version } }