Skip to content

Commit

Permalink
Merge pull request #55 from insightsengineering/fix_release
Browse files Browse the repository at this point in the history
fix release strategy
  • Loading branch information
pawelru authored Aug 26, 2024
2 parents da8f535 + c8d2e46 commit 1659027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_ref.R
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ get_ref_max <- function(remote_ref) {
#' get_ref_release(pkgdepends::parse_pkg_ref("dplyr"))
#' get_ref_release(pkgdepends::parse_pkg_ref("tidyverse/dplyr"))
get_ref_release <- function(remote_ref) {
get_ref_internal(remote_ref)
get_ref_internal(remote_ref, include_input = FALSE)
}

#' Get reference of the maximal version of the package.
Expand Down

0 comments on commit 1659027

Please sign in to comment.