Preparing for test release

This commit is contained in:
Simon Brooke 2018-09-20 10:58:05 +01:00
parent 559b62f5d5
commit ad39fc96dc
2 changed files with 6 additions and 0 deletions

View file

@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. This change
## [Unreleased] ## [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 ## 0.1.0 - 2018-06-17
### Added ### Added
Initial release. Initial release.

View file

@ -13,6 +13,9 @@
:plugins [[lein-codox "0.10.4"] :plugins [[lein-codox "0.10.4"]
[lein-release "1.1.3"]] [lein-release "1.1.3"]]
:deploy-repositories [["releases" :clojars]
["snapshots" :clojars]]
;; `lein release` doesn't work with `git flow release`. To use ;; `lein release` doesn't work with `git flow release`. To use
;; `lein release`, first merge `develop` into `master`, and then, in branch ;; `lein release`, first merge `develop` into `master`, and then, in branch
;; `master`, run `lein release` ;; `master`, run `lein release`