File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 6
6
7
7
Ensure we don't miss anything on a release by following this checklist.
8
8
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
+ - [ ] Create a new tag following the format ` v<VERSION_NUMBER> ` where ` VERSION_NUMBER ` is the squid version of the processor (i.e. ` v54 ` )
11
+ - [ ] Generate the release notes automatically or fill them manually
12
+ - [ ] Publish the release
13
13
- [ ] Wait for processing to complete
14
14
- [ ] Set to production at https://app.subsquid.io/squids
15
15
- [ ] Check functionality of front-ends
@@ -18,8 +18,6 @@ Ensure we don't miss anything on a release by following this checklist.
18
18
- [ ] Hibernate previous version(s)
19
19
- [ ] Delete old versions (keep recently hibernated version as a backup)
20
20
21
- If a version has issues in deployment, fix it in the branch and later * cherry-pick* those fixes back to ` main ` .
22
-
23
21
## Env Options
24
22
25
23
``` shell
You can’t perform that action at this time.
0 commit comments