Skip to content

Commit 5f6f826

Browse files
committed
Merge branch 'main' of github.com:oplabs/origin-squid
2 parents 6e78cf0 + 39b1aef commit 5f6f826

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
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+
- [ ] 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
1313
- [ ] Wait for processing to complete
1414
- [ ] Set to production at https://app.subsquid.io/squids
1515
- [ ] Check functionality of front-ends
@@ -18,8 +18,6 @@ Ensure we don't miss anything on a release by following this checklist.
1818
- [ ] Hibernate previous version(s)
1919
- [ ] Delete old versions (keep recently hibernated version as a backup)
2020

21-
If a version has issues in deployment, fix it in the branch and later *cherry-pick* those fixes back to `main`.
22-
2321
## Env Options
2422

2523
```shell

0 commit comments

Comments
 (0)