You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser.add_argument('--version', help="The version to release (MUST be a valid semantic version)", required=True)
332
-
parser.add_argument('--ref', help="The head sha for the release PR", required=True)
333
336
parser.add_argument('--repo', help="The owner and repository name. For example, 'octocat/Hello-World'. Used when testing this script on a fork", required=True, default="github/codeql-coding-standards")
334
337
parser.add_argument('--github-token', help="The github token to use for the release PR", required=True, nargs="+")
335
338
parser.add_argument('--layout', help="The layout to use for the release", required=True)
0 commit comments