updated release guide

This commit is contained in:
Tommi Reiman 2023-02-21 15:54:52 +02:00
parent 47f1ee0c84
commit ae138c6dec
2 changed files with 5 additions and 2 deletions

View file

@ -49,7 +49,7 @@ git tag 1.0.0
lein test
# deploy to clojars
./scripts/lein-modules do clean, deploy clojars
CLOJARS_USERNAME=*** CLOJARS_PASSWORD=*** ./scripts/lein-modules do clean, deploy clojars
# push the commit and the tag
git push

View file

@ -4,7 +4,10 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:test-paths ["test/clj" "test/cljc"]
:deploy-repositories [["releases" :clojars]]
:deploy-repositories {"clojars" {:url "https://repo.clojars.org"
:sign-releases false
:username :env/clojars_username
:password :env/clojars_password}}
:codox {:output-path "doc"
:source-uri "https://github.com/metosin/reitit/{version}/{filepath}#L{line}"
:metadata {:doc/format :markdown}}