Skip to content

Commit

Permalink
chore: add note to fix a release bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Pragliola committed Mar 15, 2024
1 parent f291b1c commit 9b5d731
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ properly handles them.

While not finished, go-jsonschema can be used today. Aside from some minor features, only specific validations remain to be fully implemented.

## Release

When releasing a new version, a problem may occur when running `make release`, to fix this, run the following command:

```shell
$ docker buildx create --bootstrap --use
```

### Validation

- Core ([RFC draft](http://json-schema.org/latest/json-schema-core.html))
Expand Down

0 comments on commit 9b5d731

Please sign in to comment.