Skip to content

Commit

Permalink
remind release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaviniaBaumstark committed Dec 11, 2024
1 parent aaafd8e commit 2ea170c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/utils/release.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ release <- function(newVersion) {

message("Creating tag")
tag <- paste0("v",newVersion)
git_tag_create(name = tag, message = "new tag", repo = ".")
git_tag_push(name = tag, repo = ".")
gert::git_tag_create(name = tag, message = "new tag", repo = ".")
gert::git_tag_push(name = tag, repo = ".")

message("Creating a PR on GitHub")
# gh pr create --help
Expand Down

0 comments on commit 2ea170c

Please sign in to comment.