Skip to content

Commit 71c8c75

Browse files
autoupdate
1 parent a451830 commit 71c8c75

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# R specific hooks: https://github.com/lorenzwalthert/precommit
33
repos:
44
- repo: https://github.com/lorenzwalthert/precommit
5-
rev: v0.3.2
5+
rev: v0.3.2.9001
66
hooks:
77
- id: style-files
88
args: [--style_pkg=styler, --style_fun=tidyverse_style, --cache-root=styler-perm]

R/release.R

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ release_gh <- function(bump = "dev", is_cran = bump != "dev") {
6161
sys_call("./inst/hooks/local/consistent-release-tag.R", "--release-mode")
6262
}
6363

64-
sys_call("git", glue::glue("push"),
65-
env = "SKIP=consistent-release-tag"
66-
)
64+
sys_call("git", "push", env = "SKIP=consistent-release-tag")
6765
cli::cli_alert_success("Pushed commits and tags.")
6866
if (is_cran) {
6967
cli::cli_alert_info(paste(

0 commit comments

Comments
 (0)