We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf9308 commit 146a4b5Copy full SHA for 146a4b5
scripts/tasks.clj
@@ -10,15 +10,6 @@
10
(let [changelog-text (publish/get-changelog-text-for-version version)]
11
(println changelog-text)))
12
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
-
22
(defn -bump-version! [user-email user-name dry-run?]
23
(println "Bumping version")
24
(util/sh dry-run? "git" "config" "--global" "user.email" user-email)
0 commit comments