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 19, 2024
1 parent db2fb68 commit c827051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _templates/release.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ releases <- gh::gh("GET /repos/{owner}/{repo}/releases",
ctbs <- usethis::use_tidy_thanks(
paste0('epiverse-trace/',
"{{ pkgname }}"),
from = releases[[length(releases) - 1]][["tag_name"]],
from = releases[[2]][["tag_name"]],
to = "{{ version }}")
ctbs <- ctbs[grep("github-actions\\[bot\\]", ctbs, invert = TRUE)]
cat(glue::glue("[&#x0040;{ctbs}](https://github.com/{ctbs})"))
Expand Down

0 comments on commit c827051

Please sign in to comment.