(align-subapps-deps subapps)
(app-result-summary app-name {:keys [status] :as res})
(run-monorepo)
Versioning for monorepo has 2 steps:
Versioning for monorepo has 2 steps: 1. Set version for each project 2. Update other subapps references of updated project
(summary-details {:keys [version-update subapps-update app-name]})
(update-deps-version as-lib version)
Aligns all apps dependencies in apps-dirs
to have newest specific app version. So if it's run for automaton-build, all files containing it as dependency will be updated to it's version.edn version
Aligns all apps dependencies in `apps-dirs` to have newest specific app version. So if it's run for automaton-build, all files containing it as dependency will be updated to it's version.edn version
(update-version app-dir app-name target-env)
(versioning-update env subapps)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close