Skip to content

Commit

Permalink
Use the short hash in commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge committed Nov 30, 2020
1 parent 930c28d commit fce02ba
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 @@ -92,7 +92,7 @@ function _bump_single_stdlib(stdlib::StdlibInfo;
run(`git checkout $(upstream_julia_repo_default_branch)`)
assert_current_branch_is(upstream_julia_repo_default_branch)
pr_title = "🤖 Bump the $(name) stdlib to $(stdlib_latest_commit_short)"
commit_message = "🤖 Bump the $(name) stdlib to $(stdlib_latest_commit)"
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(
"```\n",
Expand Down

0 comments on commit fce02ba

Please sign in to comment.