Skip to content

Commit

Permalink
Introduce WP_PATCH_VERSION that allows reusing patch across the versions
Browse files Browse the repository at this point in the history
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
  • Loading branch information
xZero707 committed Aug 6, 2023
1 parent f2d68e2 commit 6178bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

Expand Down

0 comments on commit 6178bbb

Please sign in to comment.