diff --git a/src/bump-stdlibs.jl b/src/bump-stdlibs.jl index 603f264..71c1473 100644 --- a/src/bump-stdlibs.jl +++ b/src/bump-stdlibs.jl @@ -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",