Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit37676c4

Browse files
authored
chore(scripts): remove remaininggh_auth calls from release scripts (#13485)
1 parent7995d7c commit37676c4

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

‎scripts/release/check_commit_metadata.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ range="${from_ref}..${to_ref}"
3131
# Check dependencies.
3232
dependencies gh
3333

34-
# Authenticate gh CLI
35-
gh_auth
36-
3734
COMMIT_METADATA_BREAKING=0
3835
declare -a COMMIT_METADATA_COMMITS
3936
declare -A COMMIT_METADATA_TITLE COMMIT_METADATA_HUMAN_TITLE COMMIT_METADATA_CATEGORY COMMIT_METADATA_AUTHORS

‎scripts/release/generate_release_notes.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ done
5757
# Check dependencies.
5858
dependencies gh sort
5959

60-
# Authticate gh CLI
61-
gh_auth
62-
6360
if [[-z${old_version} ]];then
6461
error"No old version specified"
6562
fi

‎scripts/release/publish.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ done
7171
# Check dependencies
7272
dependencies gh
7373

74-
# Authenticate gh CLI
75-
gh_auth
76-
7774
# Remove the "v" prefix.
7875
version="${version#v}"
7976
if [["$version"=="" ]];then

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp