From 4f34d9ed627097608cf4f7f9ddf4547ccc59a0ff Mon Sep 17 00:00:00 2001 From: Cole Mickens Date: Wed, 11 Dec 2024 13:03:02 -0800 Subject: [PATCH] CONTRIBUTING.md: add note for fixture update --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 61e77a3ca..0cdda3cf7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -361,6 +361,7 @@ To cut a release: - `nix flake check -L` - `nix build .#hydraJobs.container-test.all.x86_64-linux.all -L -j 6` - `nix build .#hydraJobs.vm-test.all.x86_64-linux.all -L -j 6` +- Update the versions in the fixture data in `test/fixtures/**/*.json` - Push the branch, create a PR ("Release v0.0.1") - Once the PR tests pass and it has been reviewed, merge it - Checkout the `main` branch and `git pull`