Skip to content

Commit

Permalink
Merge pull request #95 from hubverse-org/hotfix/add-note-update-hubadmin
Browse files Browse the repository at this point in the history
Add note about checking and updating hubAdmin test snapshots on new schema release
  • Loading branch information
zkamvar authored Aug 2, 2024
2 parents 10ecdb2 + 28ffce6 commit 2148965
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2148965

Please sign in to comment.