Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuebert committed Feb 25, 2020
1 parent 4b52580 commit 32dcdaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To bump versions:
clj -A:release tag <patch, minor, major>
```

To deploy:
To deploy: (requires `CLOJARS_USERNAME` and `CLOJARS_PASSWORD` environment variables set)
```
clj -A:release
```
5 changes: 4 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
:deps {pack/pack.alpha {:git/url "https://github.com/juxt/pack.alpha.git"
:sha "c93adda9a17a2c4992a70a41b73add0073657758"}
com.workframe/garamond {:mvn/version "0.4.0"}
deps-deploy {:mvn/version "0.0.9"}}}
deps-deploy {:mvn/version "0.0.9"}}
:aliases
{:release
{:main-opts ["-m" "deps-lib.release"]}}}

0 comments on commit 32dcdaf

Please sign in to comment.