Skip to content

Commit

Permalink
Merge branch 'main' of github.com:oplabs/origin-squid
Browse files Browse the repository at this point in the history
  • Loading branch information
toniocodo committed Oct 3, 2024
2 parents 6e78cf0 + 39b1aef commit 5f6f826
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

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
- [ ] Create a new tag following the format `v<VERSION_NUMBER>` where `VERSION_NUMBER` is the squid version of the processor (i.e. `v54`)
- [ ] 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
Expand All @@ -18,8 +18,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
Expand Down

0 comments on commit 5f6f826

Please sign in to comment.