Version bump
This commit is contained in:
parent
7c5c918990
commit
c87e5f56c6
3 changed files with 8 additions and 4 deletions
|
|
@ -1,14 +1,18 @@
|
|||
(require '[clojure.java.shell :refer [sh]]
|
||||
'[cheshire.core :refer [generate-string]])
|
||||
'[clojure.java.io :as io]
|
||||
'[cheshire.core :refer [generate-string]]
|
||||
'[clojure.string :as str])
|
||||
|
||||
(def channel "#babashka_circleci_builds")
|
||||
#_(def channel "#_test")
|
||||
(def babashka-version (str/trim (slurp (io/file "resources" "BABASHKA_VERSION"))))
|
||||
|
||||
(def text (format "[%s - %s@%s]: https://%s-201467090-gh.circle-artifacts.com/0/release/babashka-0.0.61-SNAPSHOT-%s-amd64.zip"
|
||||
(def text (format "[%s - %s@%s]: https://%s-201467090-gh.circle-artifacts.com/0/release/babashka-%s-%s-amd64.zip"
|
||||
(System/getenv "BABASHKA_PLATFORM")
|
||||
(System/getenv "CIRCLE_BRANCH")
|
||||
(System/getenv "CIRCLE_SHA1")
|
||||
(System/getenv "CIRCLE_BUILD_NUM")
|
||||
babashka-version
|
||||
(System/getenv "BABASHKA_PLATFORM")))
|
||||
|
||||
(def slack-hook-url (System/getenv "SLACK_HOOK_URL"))
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
0.0.60
|
||||
0.0.61
|
||||
|
|
@ -1 +1 @@
|
|||
0.0.61
|
||||
0.0.62-SNAPSHOT
|
||||
Loading…
Reference in a new issue