Skip to content

Commit b9109c2

Browse files
authored
Update README.md
1 parent d24b4ac commit b9109c2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66

77
Ensure 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

0 commit comments

Comments
 (0)