-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed as not planned
Description
Description
Currently there are hundreds of build version (PHP-x.y.*
) git branches but they are useless as they reffer to HEAD-1 of related tagged releases.
I propose to:
- remove all
PHP-x.y.*
git branches that have tagged releases - and update the release process to remove the build version branch once a related release is tagged/pushed (script can check explicitly if previous tag hash matches branch head hash).
KapitanOczywisty, hanhan1978 and divinity76Loyen