File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 66
77Ensure we don't miss anything on a release by following this checklist.
88
9- - [ ] Create version branch (e.g. ` v25 ` )
10- - [ ] Update squid.yaml version
11- - [ ] Deploy (` sqd deploy . ` )
12- - [ ] Commit & Push
9+ - [ ] Go to github repository and create a release
10+ ![ image] ( https://github.com/user-attachments/assets/ddc39ba2-b38f-4b1a-96a1-14700d38cca0 )
11+ - [ ] Create a new tag following the format ` v<VERSION_NUMBER> ` where ` VERSION_NUMBER ` is the squid version of the processor (i.e. ` v54 ` )
12+ ![ image] ( https://github.com/user-attachments/assets/df3198ce-4889-43c2-b9eb-37ae146f0c68 )
13+ - [ ] Generate the release notes automatically or fill them manually
14+ - [ ] Publish the release
1315- [ ] Wait for processing to complete
1416- [ ] Set to production at https://app.subsquid.io/squids
1517- [ ] Check functionality of front-ends
@@ -18,8 +20,6 @@ Ensure we don't miss anything on a release by following this checklist.
1820- [ ] Hibernate previous version(s)
1921- [ ] Delete old versions (keep recently hibernated version as a backup)
2022
21- If a version has issues in deployment, fix it in the branch and later * cherry-pick* those fixes back to ` main ` .
22-
2323## Env Options
2424
2525``` shell
You can’t perform that action at this time.
0 commit comments