Skip to content

Commit 9429229

Browse files
authored
Merge pull request #866 from radiantearth/cholmes-patch-1
Small updates to process doc
2 parents 7db3f3d + c6df36f commit 9429229

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

process.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,12 @@ open issues against the milestone.
3434
* **Agreement from core team**: The core STAC team should meet (on phone or on gitter) and decided that the release is ready.
3535
This should include review of the issues, as well as looking at the spec holistically, to make sure the new changes keep
3636
with a coherent whole.
37-
* **Validate Examples**: All examples given in the specification should be programmatically validated against their relevant
38-
schema. For 0.6.0-RC1 and before this is a manual process, but with CirclCI in place this should happen automatically. But
39-
someone should still review that all the schemas have been updated and align with the current state of the spec, as that
40-
can not happen automatically.
4137
* **Final Spec Read Through**: There should be a final read through of the core specification to make sure it makes sense
4238
and there are no typos, errors, etc.
4339
* **Update the version numbers**: There are several places in the spec that use the version number or a branch name in text
4440
or a link. These include the markdown files and the JSON schemas. Right now the best thing to do is just a search & replace
45-
for the last version number and `https://schemas.stacspec.org/dev/` (in JSON Schemas, don't replace it here).
41+
for the last version number and `https://schemas.stacspec.org/dev/` with `https://schemas.stacspec.org/<release-version>/`
42+
(in JSON Schemas, don't replace it here). `<release-version>` must correspond with the tag on GitHub, usually including a leading `v`.
4643
Hopefully in the future there will be scripts to do this.
4744
* **Update the Changelog**: The [changelog](CHANGELOG.md) should be reviewed to make sure it includes all major improvements
4845
in the release. And anything in 'unreleased' section should move to the version of the spec to be released.

0 commit comments

Comments
 (0)