Skip to content

Commit

Permalink
Update CHANGELOG and CircleCI integration docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
greglook committed Dec 21, 2023
1 parent 00918bf commit e625c17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

...
### Changed
- Switched from a hodgepodge of Leiningen/Make/Bash to a `tools.deps` and
`tools.build` build chain.


## [0.15.1] - 2023-12-12
Expand Down
5 changes: 3 additions & 2 deletions doc/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,10 @@ style:
name: Install cljstyle
environment:
CLJSTYLE_VERSION: 0.15.0
CLJSTYLE_PLATFORM: linux_amd64
command: |
wget https://github.com/greglook/cljstyle/releases/download/${CLJSTYLE_VERSION}/cljstyle_${CLJSTYLE_VERSION}_linux.tar.gz
tar -xzf cljstyle_${CLJSTYLE_VERSION}_linux.tar.gz
wget https://github.com/greglook/cljstyle/releases/download/${CLJSTYLE_VERSION}/cljstyle_${CLJSTYLE_VERSION}_${CLJSTYLE_PLATFORM}.zip
unzip cljstyle_${CLJSTYLE_VERSION}_${CLJSTYLE_PLATFORM}.zip
- run:
name: Check style
command: "./cljstyle check --report"
Expand Down

0 comments on commit e625c17

Please sign in to comment.