Releases: bitsbeats/drone-tree-config
Releases · bitsbeats/drone-tree-config
v0.3.8
Changelog
Fixes
- stop ignoring recursive errors from apis #28, thanks @mach6
v0.3.6
No changes, just with vendorized dependencies
v0.3.4
Changelog
Fixes
- correct handling of PRs from the same repository, thanks @gevalter
v0.3.3
Changelog
Fixes
- better error handling
- quick exit if disabled by whitelist @mach6
v0.3.1
Changelog
New Features
- convert to go module
- max depth on fallback scan (breaking change)
Bugfixes
- config appending new avoids spam on multiple subdirectories
v0.3.0
Changelog
New Feature
- Support full rebuild on empty commit using
PLUGIN_FALLBACK=true
- Rebuild full repository on drone's cron
v0.2.5
Changelog
Bugfix
- Better error message on invalid
.drone.yaml
.