From 030465aa32a06d49c86752b70f746764542c087b Mon Sep 17 00:00:00 2001 From: Fabian Bernhard <10245680+fabern@users.noreply.github.com> Date: Tue, 6 Jan 2026 18:43:48 +0100 Subject: [PATCH] Add instruction to run the generated git code --- vignettes/how-to-update-released-site.Rmd | 1 + 1 file changed, 1 insertion(+) diff --git a/vignettes/how-to-update-released-site.Rmd b/vignettes/how-to-update-released-site.Rmd index aeced32a7..82ccf2cd2 100644 --- a/vignettes/how-to-update-released-site.Rmd +++ b/vignettes/how-to-update-released-site.Rmd @@ -78,6 +78,7 @@ files <- c( glue::glue("git checkout main -- {files}") ``` +Then run the git code generated above to actually backport the changes. If you backport `DESCRIPTION`, you'll also need undo the change to the `Version`: ```{r}