mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 08:51:12 +00:00
updated release guide
This commit is contained in:
parent
47f1ee0c84
commit
ae138c6dec
2 changed files with 5 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ git tag 1.0.0
|
||||||
lein test
|
lein test
|
||||||
|
|
||||||
# deploy to clojars
|
# 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
|
# push the commit and the tag
|
||||||
git push
|
git push
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,10 @@
|
||||||
:license {:name "Eclipse Public License"
|
:license {:name "Eclipse Public License"
|
||||||
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
||||||
:test-paths ["test/clj" "test/cljc"]
|
: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"
|
:codox {:output-path "doc"
|
||||||
:source-uri "https://github.com/metosin/reitit/{version}/{filepath}#L{line}"
|
:source-uri "https://github.com/metosin/reitit/{version}/{filepath}#L{line}"
|
||||||
:metadata {:doc/format :markdown}}
|
:metadata {:doc/format :markdown}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue