Skip to content

Commit d639e52

Browse files
mtnbikencclaude
andcommitted
[hack] Document upstream push permissions in create-release-tag.py
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent dbc4d49 commit d639e52

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

hack/create-release-tag.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
1616
--commit is required when the version has no entry in the bundle catalog
1717
(e.g. backport releases that were never shipped as a container image).
18+
19+
Note:
20+
Pushing tags to the upstream openshift/windows-machine-config-operator
21+
repository requires write access granted by the repository administrators.
22+
Contact the WMCO team to have your GitHub account added before pushing.
1823
"""
1924

2025
import argparse
@@ -155,6 +160,11 @@ def main():
155160
Examples:
156161
python3 hack/create-release-tag.py 10.21.1
157162
python3 hack/create-release-tag.py 10.17.2 --commit abc1234 --date 2025-06-03
163+
164+
Note:
165+
Pushing tags to the upstream openshift/windows-machine-config-operator
166+
repository requires write access granted by the repository administrators.
167+
Contact the WMCO team to have your GitHub account added before pushing.
158168
""",
159169
)
160170
parser.add_argument("version", metavar="X.Y.Z",

0 commit comments

Comments
 (0)