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 1e8b2d6 commit f196031Copy full SHA for f196031
1 file changed
project.clj
@@ -1,4 +1,4 @@
1
-(defproject etaoin "0.4.0-SNAPSHOT"
+(defproject etaoin "0.4.0"
2
3
:description "Pure Clojure Webdriver protocol implementation."
4
@@ -9,10 +9,10 @@
9
10
:deploy-repositories {"releases" {:url "https://repo.clojars.org" :creds :gpg}}
11
12
- :release-tasks [["vcs" "assert-committed"]
13
- ["shell" "make" "docker-test"]
+ :release-tasks [;; ["vcs" "assert-committed"]
+ ;; ["shell" "make" "docker-test"]
14
+ ["shell" "make" "gh-build"]
15
["change" "version" "leiningen.release/bump-version" "release"]
- ["make" "gh-build"]
16
["vcs" "commit"]
17
["vcs" "tag" "--no-sign"]
18
["deploy"]
0 commit comments