Skip to content

Commit

Permalink
ci: Fix commit message for upgrade [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Nov 30, 2024
1 parent d865ad8 commit b73e2c6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions data-raw/upgrade.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,10 @@ if (any(grepl("^src/", gert::git_status()$file))) {
gert::git_branch_create(branch)
gert::git_add("src")

commit_msg <- paste0("Upgrade bundled SQLite to ", version)
commit_msg <- paste0("feat: Upgrade bundled SQLite to ", version)
message("Commit message: ", commit_msg)
gert::git_commit(commit_msg)

title <- paste0("feat: ", commit_msg)

# Force-pushing: this job is run daily, will give a daily notification
# and still succeed
message("Pushing branch")
Expand Down

0 comments on commit b73e2c6

Please sign in to comment.