Skip to content

Commit

Permalink
Improve RC confirmation message
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
gaborcsardi committed Mar 30, 2024
1 parent 532b87c commit 29b40fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions R/rc.R
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,9 @@ rc_submit <- function(path = ".", platforms = NULL, email = NULL,
cli::cli_bullets(c(
"!" = "Your package will be publicly readable at
{.url https://github.com/r-hub2}.",
" " = "Only continue if you are fine with this.",
" " = "See the {.fn rhub_setup} function for an alternative way
">" = "You will need a GitHub account to view the build logs.",
">" = "Only continue if you are fine with this.",
">" = "See the {.fn rhub_setup} function for an alternative way
of using R-hub."
))
ans <- trimws(readline(
Expand Down

0 comments on commit 29b40fd

Please sign in to comment.