mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore(scripts): remove remaining gh_auth calls from release scripts (#13485)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -71,9 +71,6 @@ done
|
||||
# Check dependencies
|
||||
dependencies gh
|
||||
|
||||
# Authenticate gh CLI
|
||||
gh_auth
|
||||
|
||||
# Remove the "v" prefix.
|
||||
version="${version#v}"
|
||||
if [[ "$version" == "" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user