Skip to content

Commit b33be0e

Browse files
get pr title from update commit message
1 parent 8adfc87 commit b33be0e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.bin/bump.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,13 @@ def version(
205205
run("git", "checkout", release_branch)
206206

207207
run("bumpver", "update", tag=tag, **{version: True})
208+
209+
title = run("git", "log", "-1", "--pretty=%s")
210+
208211
update_changelog(new_version)
209212
update_uv_lock(new_version)
210213

211214
run("git", "push", "--set-upstream", "origin", release_branch)
212-
title = run("git", "log", "-1", "--pretty=%s")
213215
run(
214216
"gh",
215217
"pr",

0 commit comments

Comments
 (0)