Skip to content

Commit

Permalink
Update release.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar authored Aug 10, 2024
1 parent 57cd78d commit 0bfcf90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ labels:
- [ ] check if new env cnofigs need to be added
- [ ] try.supertokens.io
```
docker rm try-supertokens -f
docker rmi supertokens/supertokens-postgresql:<VERSION>
nano ~/try-supertokens/start_container.sh (update version tag)
~/try-supertokens/start_container.sh
sudo docker rm try-supertokens -f
sudo docker rmi supertokens/supertokens-postgresql:<VERSION>
nano ./start_container.sh (update version tag)
sudo ./start_container.sh
```
- [ ] Run tests against node sdk (all compatible versions)
- [ ] Run tests against python sdk (all compatible versions)
Expand Down

0 comments on commit 0bfcf90

Please sign in to comment.