Fix: Typo in release notes script

Typo in the `--issue` argument help text:
`Task that is contains` -> `Task that contains`
This commit is contained in:
Pablo Vazquez 2024-01-22 16:30:04 +01:00
parent 0618de49ad
commit 741dfa6dca

@ -20,7 +20,7 @@ parser.add_argument(
help="Version string in the form of {major}.{minor}.{patch} (e.g. 3.3.2)") help="Version string in the form of {major}.{minor}.{patch} (e.g. 3.3.2)")
parser.add_argument( parser.add_argument(
"--issue", "--issue",
help="Task that is contains the release notes information (e.g. #77348)") help="Task that contains the release notes information (e.g. #77348)")
parser.add_argument( parser.add_argument(
"--format", "--format",
help="Format the result in `text`, `steam`, `markdown` or `html`", help="Format the result in `text`, `steam`, `markdown` or `html`",