]> git.kaiwu.me - nginx.git/commit
GH: add a workflow to check for the 'version bump' commit
authorAndrew Clayton <a.clayton@nginx.com>
Wed, 1 Apr 2026 18:17:55 +0000 (19:17 +0100)
committerAndrew Clayton <a.clayton@nginx.com>
Mon, 13 Apr 2026 13:20:23 +0000 (14:20 +0100)
commitb761b0485b5bdc49ce9124126530fe575eb80627
tree020b7d9fadfc96134bc9b30b994bd732fd84a1a0
parent9772267278f07fd6c2bd66f22eefbae2acfa5e68
GH: add a workflow to check for the 'version bump' commit

This checks pull-requests to make sure the 'Version bump' commit is
immediately after the last release commit/tag.

The check includes the commits in the pull-request, so if a pull-request
is adding this commit it will accept it and also if there are other
commits in the pull-request, as long as the 'Version bump' commit is
first.
.github/workflows/check-version-bump.yaml [new file with mode: 0644]