Preparing for test release
This commit is contained in:
parent
559b62f5d5
commit
ad39fc96dc
|
@ -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.
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue