Skip to content

Commit

Permalink
Also update CHANGELOG, MIGRATION and the github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rnestler committed Dec 31, 2024
1 parent b698d7e commit 98c09cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ 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`
* Make sure the `CHANGELOG.md` is up to date
* Update `MIGRATION.md` with upgrade instructions
* Rename the current `xx-draft.json` to `xx.json` and create `xx+1-draft.json`
* Replace the `"$id"` field accordingly
* Replace the `"description"` field accordingly
* Update the `.github/workflows` accordingly
* Update the website
* Regenerate the schema docs
* Update the example
Expand Down

0 comments on commit 98c09cd

Please sign in to comment.