From 088530b3a20e53030964ff3368a87aba52992482 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Wed, 14 Sep 2022 17:53:15 +0300 Subject: [PATCH] Update README.md --- utils/changelog/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/changelog/README.md b/utils/changelog/README.md index 7ecc727d248..739229b49c9 100644 --- a/utils/changelog/README.md +++ b/utils/changelog/README.md @@ -13,7 +13,8 @@ python3 changelog.py -h Usage example: ``` -git fetch --all # changelog.py depends on having the tags available, this will fetch them +git fetch --tags # changelog.py depends on having the tags available, this will fetch them + python3 changelog.py --output=changelog-v22.4.1.2305-prestable.md --gh-user-or-token="$GITHUB_TOKEN" v21.6.2.7-prestable python3 changelog.py --output=changelog-v22.4.1.2305-prestable.md --gh-user-or-token="$USER" --gh-password="$PASSWORD" v21.6.2.7-prestable ```