From 8a47b05a7cd578bfa721c82dbb4ec0f67f38c8a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Mon, 12 Apr 2021 11:21:39 +0200 Subject: [PATCH] docs: Mention that an app token should be used with hub MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit During the 2.1.0-alpha2 / 2.0.3 release, I had a hard time trying to perform anything related to hub as the app token should be used instead of the user password. Thankfully Carlos pointed me out to that direction, but it'd be good to have it explicitly documented. Fixes: #1680 Signed-off-by: Fabiano FidĂȘncio --- docs/Release-Process.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Release-Process.md b/docs/Release-Process.md index e11e6dd2d3..a26152f078 100644 --- a/docs/Release-Process.md +++ b/docs/Release-Process.md @@ -18,6 +18,7 @@ ## Requirements - [hub](https://github.com/github/hub) + * Using an [application token](https://github.com/settings/tokens) is required for hub. - GitHub permissions to push tags and create releases in Kata repositories.