Skip to content

Commit a78c258

Browse files
temporarily
1 parent 21ea446 commit a78c258

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

R/release.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ release_complete <- function(ask = TRUE, is_cran = ask, tag = NULL) {
9494
}
9595
sys_call("git", glue::glue("push origin {tag}"))
9696
}
97+
fs::file_move("renv.lock", ".renv.lock")
9798
precommit::autoupdate() # only updates if tag is on the main branch
99+
fs::file_move(".renv.lock", "renv.lock")
98100
desc::desc_bump_version("dev")
99101
cli::cli_alert_success("Bumped version to dev")
100102
sys_call("git", glue::glue('commit DESCRIPTION .pre-commit-config.yaml -m "use latest release"'),

0 commit comments

Comments
 (0)