From ad39fc96dc1a3458cec3a937caf2cebaf6519e0c Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 20 Sep 2018 10:58:05 +0100 Subject: [PATCH] Preparing for test release --- CHANGELOG.md | 3 +++ project.clj | 3 +++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c469dda..1af348d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. This change ## [Unreleased] +## 0.1.4 - 2018-09-20 +This is not anticipated to be the actual Beta release; it's a dummy run to test the release and deployment process. Some required features are still missing. + ## 0.1.0 - 2018-06-17 ### Added Initial release. diff --git a/project.clj b/project.clj index b193d12..1cea1b9 100644 --- a/project.clj +++ b/project.clj @@ -13,6 +13,9 @@ :plugins [[lein-codox "0.10.4"] [lein-release "1.1.3"]] + :deploy-repositories [["releases" :clojars] + ["snapshots" :clojars]] + ;; `lein release` doesn't work with `git flow release`. To use ;; `lein release`, first merge `develop` into `master`, and then, in branch ;; `master`, run `lein release`