- Run specs
clj -M:test:spec
- Run cljs specs
clj -M:test:cljs
- Increase version in project.clj
- Update CHANGES.md with changes in version
clj -T:build install
, update some other project to use the new version, try it out (clj and cljs)git commit
changesclj -T:build deploy
bin/doc.sh
- generate and publish new documentation