Skip to content

Commit

Permalink
Update bump-stdlibs.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Nov 30, 2020
1 parent 19bba94 commit 191e982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bump-stdlibs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function _bump_single_stdlib(stdlib::StdlibInfo;
assert_current_branch_is(upstream_julia_repo_default_branch)
pr_title = "[automated] Bump the $(name) stdlib to $(stdlib_latest_commit_short)$(pr_title_suffix)"
pr_title_long = "[automated] Bump the $(name) stdlib to $(stdlib_latest_commit)$(pr_title_suffix)"
pr_branch = "bump_stdlibs/bump-$(name)-to-$(stdlib_latest_commit_short)$(pr_branch_suffix)"
pr_branch = "BumpStdlibs/$(name)-$(stdlib_latest_commit_short)$(pr_branch_suffix)"
pr_body = string(
"```\n",
"\$ git log --pretty=oneline --abbrev=commit $(stdlib_current_commit_in_upstream)^..$(stdlib_latest_commit)\n",
Expand Down

0 comments on commit 191e982

Please sign in to comment.