Skip to content

Commit

Permalink
Avoid dev dependencies being added to release
Browse files Browse the repository at this point in the history
This is a workaround for technomancy/leiningen#2721

Probably best to leave this change in place for some time, since it will
be very easy to use an outdated version of leiningen and accidentally
include the dev profile again during the deploy.
  • Loading branch information
joelittlejohn committed Dec 10, 2021
1 parent 4582fc6 commit d316454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
["change" "version" "leiningen.release/bump-version" "release"]
["vcs" "commit"]
["vcs" "tag" "v"]
["deploy" "clojars"]
["with-profile" "-dev" "deploy" "clojars"]
["change" "version" "leiningen.release/bump-version"]
["vcs" "commit"]
["vcs" "push"]]
Expand Down

0 comments on commit d316454

Please sign in to comment.