Skip to content

Commit

Permalink
Fix update-readme-version task
Browse files Browse the repository at this point in the history
  • Loading branch information
André Poleza committed Oct 4, 2022
1 parent 9a2e3a4 commit 4eac88d
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 @@ -25,7 +25,7 @@
[lein-shell "0.5.0"]]
:profiles {:dev {:dependencies [[org.clojure/clojure "1.10.3"]]}}
:deploy-repositories [["releases" :clojars]]
:aliases {"update-readme-version" ["shell" "sed" "-i" "s|\\\\[nubank/clj-github-app \"[0-9.]*\"\\\\]|[nubank/clj-github-app \"${:version}\"]|" "README.md"]
:aliases {"update-readme-version" ["shell" "sed" "-i" "" "s|\\\\[nubank/clj-github-app \"[0-9.]*\"\\\\]|[nubank/clj-github-app \"${:version}\"]|" "README.md"]
"lint" ["do" ["cljfmt" "check"] ["nsorg"]]
"lint-fix" ["do" ["cljfmt" "fix"] ["nsorg" "--replace"]]}
:release-tasks [["shell" "git" "diff" "--exit-code"]
Expand Down

0 comments on commit 4eac88d

Please sign in to comment.