Skip to content

Commit

Permalink
style: styler
Browse files Browse the repository at this point in the history
  • Loading branch information
dshemetov committed Mar 1, 2024
1 parent d6df787 commit e63a926
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,10 @@ get_wildcard_equivalent_dates <- function(time_value, time_type = c("day", "week
#' inserts each string as a bullet at the end of the "Prepare for release" section
#' @keywords internal
release_bullets <- function() {
c("merge to main", "don't use_version('patch') in the next section", "`use_version('patch')` is redundant because we do this in PRs", "`use_dev_version` is also redundant.")
c(
"merge to main",
"don't use_version('patch') in the next section",
"`use_version('patch')` is redundant because we do this in PRs",
"`use_dev_version` is also redundant."
)
}

0 comments on commit e63a926

Please sign in to comment.