Skip to content

Commit

Permalink
fix: Use correct version for checking GH release
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Dec 5, 2024
1 parent 525360b commit 4d44d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/auto.R
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ get_last_release_version <- function(fledgling = NULL) {
return(NULL)
}

fledgling$version[[is_release[[1]]]]
fledgling$news$version[[is_release[[1]]]]
}

cran_release_pr_title <- function(version) {
Expand Down

0 comments on commit 4d44d4b

Please sign in to comment.