chore(scripts): remove remaining gh_auth calls from release scripts (#13485)

This commit is contained in:
Colin Adler
2024-06-05 22:24:26 -05:00
committed by GitHub
parent 7995d7c3d6
commit 37676c46d5
3 changed files with 0 additions and 9 deletions
-3
View File
@@ -31,9 +31,6 @@ range="${from_ref}..${to_ref}"
# Check dependencies.
dependencies gh
# Authenticate gh CLI
gh_auth
COMMIT_METADATA_BREAKING=0
declare -a COMMIT_METADATA_COMMITS
declare -A COMMIT_METADATA_TITLE COMMIT_METADATA_HUMAN_TITLE COMMIT_METADATA_CATEGORY COMMIT_METADATA_AUTHORS
@@ -57,9 +57,6 @@ done
# Check dependencies.
dependencies gh sort
# Authticate gh CLI
gh_auth
if [[ -z ${old_version} ]]; then
error "No old version specified"
fi
-3
View File
@@ -71,9 +71,6 @@ done
# Check dependencies
dependencies gh
# Authenticate gh CLI
gh_auth
# Remove the "v" prefix.
version="${version#v}"
if [[ "$version" == "" ]]; then