Skip to content

Commit

Permalink
Add a short description to the beginning of the pull request body (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Dec 3, 2020
1 parent 2676edd commit 981ae19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bump-stdlibs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ 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",
"\n",
"```\n",
"\$ git log --pretty=oneline --abbrev=commit $(stdlib_current_commit_in_upstream)^..$(stdlib_latest_commit)\n",
"$(strip(changelog))\n",
Expand Down

2 comments on commit 981ae19

@DilumAluthge
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/25519

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.0 -m "<description of version>" 981ae196db398f455d4cfa40f27b17e8f59229df
git push origin v1.0.0

Please sign in to comment.