We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39cae8d commit bb54ae4Copy full SHA for bb54ae4
R/release.R
@@ -50,7 +50,7 @@ release_gh <- function(bump = "dev", is_cran = bump != "dev") {
50
"git",
51
glue::glue(
52
'commit DESCRIPTION {paste0(path_template_config, collapse = " ")} ',
53
- '-m "{release_msg1(last_release, new_version)}"'
+ '-m "{release_msg(last_release, new_version)}"'
54
),
55
env = "SKIP=spell-check,consistent-release-tag"
56
)
0 commit comments