File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 4
4
![ Validate formatting] ( https://github.com/SpaceApi/schema/workflows/Validate%20formatting/badge.svg?event=push )
5
5
6
6
These are [ JSON Schema] ( https://json-schema.org/ ) files for the SpaceAPI.
7
+
8
+ ## Releasing a new version
9
+
10
+ * Make sure the ` CHANGELOG.md ` is up to date
11
+ * Update ` MIGRATION.md ` with upgrade instructions
12
+ * Rename the current ` xx-draft.json ` to ` xx.json ` and create ` xx+1-draft.json `
13
+ * Replace the ` "$id" ` field accordingly
14
+ * Replace the ` "description" ` field accordingly
15
+ * Replace the ` "properties"."api_compatibility"."contains"."const" ` accordingly
16
+ * Update the ` .github/workflows ` accordingly
17
+ * Update the website
18
+ * Regenerate the schema docs
19
+ * Update the example
20
+ * Update the validator
21
+ * Update the schema in https://github.com/spaceapi-community/go-spaceapi-validator and release a new version
22
+ * Update the go-spaceapi-validator version in https://github.com/SpaceApi/validator/
You can’t perform that action at this time.
0 commit comments