From 28ffce658e479cd67061a07b783c13723c02c55d Mon Sep 17 00:00:00 2001 From: Anna Krystalli Date: Fri, 2 Aug 2024 11:23:47 +0300 Subject: [PATCH] Add note about checking and updating hubAdmin test snapshots on new schema release --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b11d9f5..e41ac82 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ After making a new release to the schema repository, ensure `hubDocs` are also a - New schema versions should be developed in a separate branch. Name the branch `v{version-number}-branch` to avoid creating release tags which share the same name as a branch later on. - New version branches should be merged into `main` when ready to released. - Merging into `main` should be accompanied by creating an associated formal release in the repository. +- Re-run all tests in `hubAdmin`, address any introduced problems and update snapshots to latest schema version. - Update `HubDocs` site with any additional relevant information associated with the new schema release. - Create a new release on `hubDocs` using the same version number but without the `v` (e.g. `v0.0.1` would be released as `0.0.1` on `hubDocs`). - Update the [`hubTemplate`](https://github.com/hubverse-org/hubTemplate) config to reflect the most up to date schema. Create a new release using the same version.