mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +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
|
||||
|
||||
# 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
|
||||
|
|
|
|||
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue