Skip to content

Commit

Permalink
Add release instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
rnestler committed Dec 31, 2024
1 parent 1e9bb3e commit b698d7e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,15 @@
![Validate formatting](https://github.com/SpaceApi/schema/workflows/Validate%20formatting/badge.svg?event=push)

These are [JSON Schema](https://json-schema.org/) files for the SpaceAPI.

## Releasing a new version

* Rename the current `xx-draft.json` to `xx.json`
* Replace the `"$id"` field accordingly
* Replace the `"description"` field accordingly
* Update the website
* Regenerate the schema docs
* Update the example
* Update the validator
* Update the schema in https://github.com/spaceapi-community/go-spaceapi-validator and release a new version
* Update the go-spaceapi-validator version in https://github.com/SpaceApi/validator/

0 comments on commit b698d7e

Please sign in to comment.