Releases: marocchino/validate-dependabot
Releases · marocchino/validate-dependabot
v3.0.0
- Update deps
- [breaking change] Use node20. it is breaking change since some runners do not support node20 yet.
v2.2.0
- Fix 'no schema with key or ref "http://json-schema.org/draft-07/schema#"' by @smolse
- Update deps
v2.1.0
- Dependencies have been updated.
- Added validation for commit message prefix length limits.
v2.0.1
- request json to schemastore
v2.0.0
- Reimplement with schema-json
Note: Validations that the schema does not support are not captured.
I will add validations that I know and are written in the manual later.
Exit code
- Now, if validation fails, an error code is returned.
- Fixed a bug about source.
✨ initial release
Merge pull request #6 from marocchino/validate ✨ validate