Skip to content

Commit

Permalink
chore: Add action sliding tag release bullet
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Oct 12, 2023
1 parent 16cf08e commit 2967c43
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions R/shinytest2-package.R
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
#' @useDynLib shinytest2, .registration = TRUE
NULL

release_bullets <- function() {
c(
"Is the `actions/test-app` sliding tag up-to-date? Check both `v1` and `actions/v1`."
)
}

0 comments on commit 2967c43

Please sign in to comment.