Skip to content

Commit

Permalink
Update _templates/release.qmd
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo Gruson <[email protected]>
  • Loading branch information
chartgerink and Bisaloo authored Jun 20, 2024
1 parent c827051 commit acc1fb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _templates/release.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ releases <- gh::gh("GET /repos/{owner}/{repo}/releases",
purrr::discard(~ grepl("\\d+\\.\\d+\\.[1-9]\\d*$", .x$tag_name))
ctbs <- usethis::use_tidy_thanks(
paste0('epiverse-trace/',
"{{ pkgname }}"),
"epiverse-trace/{{ pkgname }}",
from = releases[[2]][["tag_name"]],
to = "{{ version }}")
ctbs <- ctbs[grep("github-actions\\[bot\\]", ctbs, invert = TRUE)]
Expand Down

0 comments on commit acc1fb5

Please sign in to comment.