Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.10.1"
".": "0.10.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
* enforce zero-warning reusable CI gates for Node, Nix, Python, and JVM workflows
* fail Gradle warnings and deprecations while making JVM lint static-only by default

## [0.10.2](https://github.com/JorisJonkers-dev/github-workflows/compare/v0.10.1...v0.10.2) (2026-07-01)


### Bug Fixes

* **node-ci:** exclude vendored tree via config, not deletion ([#26](https://github.com/JorisJonkers-dev/github-workflows/issues/26)) ([bde2ec0](https://github.com/JorisJonkers-dev/github-workflows/commit/bde2ec0d720ec2f484c8c479bbfa31f5c9c4e075))

## [0.10.1](https://github.com/JorisJonkers-dev/github-workflows/compare/v0.10.0...v0.10.1) (2026-07-01)


Expand Down
Loading