Skip to content

Commit 146a4b5

Browse files
committed
Clean up comments
1 parent bcf9308 commit 146a4b5

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

scripts/tasks.clj

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@
1010
(let [changelog-text (publish/get-changelog-text-for-version version)]
1111
(println changelog-text)))
1212

13-
; git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
14-
; git config --global user.name "$GITHUB_ACTOR"
15-
; git checkout dev
16-
; npm set git-tag-version false && npm version patch
17-
; git pull
18-
; git add .
19-
; git commit -m "Bring on version $(node -p "require('./package').version")!"
20-
; git push origin HEAD
21-
2213
(defn -bump-version! [user-email user-name dry-run?]
2314
(println "Bumping version")
2415
(util/sh dry-run? "git" "config" "--global" "user.email" user-email)

0 commit comments

Comments
 (0)