Skip to content

Commit 5fb2d43

Browse files
committed
add target-branch
1 parent 500d290 commit 5fb2d43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

script/update_or_create_pr.clj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
(System/exit 1))
1010

1111
(def source-branch (first *command-line-args*))
12+
(def target-branch (str "update-" source-branch))
13+
1214
(when-not source-branch (usage))
1315

1416
(def artifact-dirs ["_docs" "_site/docs"]) ;; Directories to copy

0 commit comments

Comments
 (0)