I'm in favor of removing the protection of release branches and release tags. Currently, we have several issues:
1. We cannot push commits to the release branch (Only PR is workable), which blocks the automatic release process. 2. We cannot remove orphan v*.* rc tags, which makes our tag number becomes more and more. Also, blocking us deleting the wrong tag. So, to make all the release step run automatically, I'm in favor of removing the protection of release branches and tags. Best, Jerry roryqi <[email protected]> 于2025年7月3日周四 20:12写道: > Hi all! > > I'm working on release 0.9.1. But I found that our repo can't push > commits and tags > > now. They are protected. Our release script needs the ability the to push > commits and > > tags. So I want to open a Jira to remove protected branches and protected > tags. You can > > see https://issues.apache.org/jira/browse/INFRA-26968 > > Best > > Rory >
