The template for the project's pom.xml
lives at
template/pom.xml
.
To create a new release:
- Update the version in build.clj
- Make a new Github Release with tag
v<the-new-version>
.
Submitting the release will create the new tag and trigger the following command:
bb release
The new release will appear on Clojars.
Code is linted with clj-kondo
:
bb lint
The first time you interact with the project, run the following command to lint
all dependencies and populate the clj-kondo
cache:
bb lint-deps