We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gh_auth
1 parent 7995d7c commit 37676c4Copy full SHA for 37676c4
scripts/release/check_commit_metadata.sh
@@ -31,9 +31,6 @@ range="${from_ref}..${to_ref}"
31
# Check dependencies.
32
dependencies gh
33
34
-# Authenticate gh CLI
35
-gh_auth
36
-
37
COMMIT_METADATA_BREAKING=0
38
declare -a COMMIT_METADATA_COMMITS
39
declare -A COMMIT_METADATA_TITLE COMMIT_METADATA_HUMAN_TITLE COMMIT_METADATA_CATEGORY COMMIT_METADATA_AUTHORS
scripts/release/generate_release_notes.sh
@@ -57,9 +57,6 @@ done
57
58
dependencies gh sort
59
60
-# Authticate gh CLI
61
62
63
if [[ -z ${old_version} ]]; then
64
error "No old version specified"
65
fi
scripts/release/publish.sh
@@ -71,9 +71,6 @@ done
71
# Check dependencies
72
73
74
75
76
77
# Remove the "v" prefix.
78
version="${version#v}"
79
if [[ "$version" == "" ]]; then
0 commit comments