File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
2025import 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" ,
You can’t perform that action at this time.
0 commit comments