From b9109c267b1c6ba4f472e5b41f41e1489aa53db5 Mon Sep 17 00:00:00 2001 From: Antoine Codogno Date: Thu, 3 Oct 2024 15:09:15 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5652a5d..8839bc3 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,12 @@ Ensure we don't miss anything on a release by following this checklist. -- [ ] Create version branch (e.g. `v25`) -- [ ] Update squid.yaml version -- [ ] Deploy (`sqd deploy .`) -- [ ] Commit & Push +- [ ] Go to github repository and create a release +![image](https://github.com/user-attachments/assets/ddc39ba2-b38f-4b1a-96a1-14700d38cca0) +- [ ] Create a new tag following the format `v` where `VERSION_NUMBER` is the squid version of the processor (i.e. `v54`) +![image](https://github.com/user-attachments/assets/df3198ce-4889-43c2-b9eb-37ae146f0c68) +- [ ] Generate the release notes automatically or fill them manually +- [ ] Publish the release - [ ] Wait for processing to complete - [ ] Set to production at https://app.subsquid.io/squids - [ ] Check functionality of front-ends @@ -18,8 +20,6 @@ Ensure we don't miss anything on a release by following this checklist. - [ ] Hibernate previous version(s) - [ ] Delete old versions (keep recently hibernated version as a backup) -If a version has issues in deployment, fix it in the branch and later *cherry-pick* those fixes back to `main`. - ## Env Options ```shell From 39b1aef6748dbe54f6b18f3ec6aad65e5ce243ed Mon Sep 17 00:00:00 2001 From: Antoine Codogno Date: Thu, 3 Oct 2024 15:10:48 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 8839bc3..9dad850 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,7 @@ Ensure we don't miss anything on a release by following this checklist. - [ ] Go to github repository and create a release -![image](https://github.com/user-attachments/assets/ddc39ba2-b38f-4b1a-96a1-14700d38cca0) - [ ] Create a new tag following the format `v` where `VERSION_NUMBER` is the squid version of the processor (i.e. `v54`) -![image](https://github.com/user-attachments/assets/df3198ce-4889-43c2-b9eb-37ae146f0c68) - [ ] Generate the release notes automatically or fill them manually - [ ] Publish the release - [ ] Wait for processing to complete