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

Commit0b68a4b

Browse files
authored
Another pair of bump dependencies fix (#13444)
fix pyopenssl tag pattern + fix redirection
1 parente076d08 commit0b68a4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/bin/bump_dependency.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def main() -> int:
128128
"--tag",action="store_true",help="Check tags instead of commits"
129129
)
130130
parser.add_argument(
131-
"--tag-pattern",default=r"v[0-9\.]*",help="Pattern for tag matching"
131+
"--tag-pattern",default=r"v?[0-9\.]*",help="Pattern for tag matching"
132132
)
133133
parser.add_argument(
134134
"--commit-url-template",

‎.github/bin/bump_downstreams.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ while IFS=: read -r downstream repo ref; do
5151
--update-pattern"$replacement_pattern" \
5252
--comment-pattern"$comment_pattern" \
5353
--commit-message-fd 3 \
54-
$tag_args3<"$TEMP_MSG_FILE"
54+
$tag_args3>"$TEMP_MSG_FILE"
5555

5656
# Check if this downstream had updates (commit message file has content)
5757
if [-s"$TEMP_MSG_FILE" ];then

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp