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 Dec 3, 2020
1 parent 43136be commit 9e40fbe
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 @@ -96,7 +96,7 @@ function _bump_single_stdlib(stdlib::StdlibInfo;
commit_message = "🤖 Bump the $(name) stdlib to $(stdlib_latest_commit_short)"
pr_branch = "BumpStdlibs/$(name)-$(stdlib_latest_commit_short)$(pr_branch_suffix)"
pr_body = string(
"This pull request bumps Pkg to `$(stdlib_latest_commit_short)`, which is currently the latest commit on the `$(stdlib.branch)` branch.\n",
"This pull request bumps $(name) to `$(stdlib_latest_commit_short)`, which is currently the latest commit on the `$(stdlib.branch)` branch.\n",
"\n",
"```\n",
"\$ $(strip(string(changelog_cmd), '`'))\n",
Expand Down

0 comments on commit 9e40fbe

Please sign in to comment.