Skip to content

Commit

Permalink
Merge branch 'main' into patch
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau authored Mar 22, 2024
2 parents 4536bb9 + ba85c84 commit 391c5a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# multiverse.internals 0.1.2

* In `record_versions()`, left-join old versions into new versions to avoid spamming `versions.json` with an unbounded list of renamed or abandoned packages.
* Remove URL reference.

# multiverse.internals 0.1.1

Expand Down
3 changes: 1 addition & 2 deletions R/review_pull_request.R
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,7 @@ pull_request_merge <- function(owner, repo, number) {
body = paste(
"This pull request was automatically merged",
"to incorporate new packages into R-multiverse.",
"An automated GitHub actions job will deploy the packages",
"as described at https://r-multiverse.github.io/.",
"An automated GitHub actions job will deploy the packages.",
"Thank you for your contribution."
)
)
Expand Down

0 comments on commit 391c5a0

Please sign in to comment.