chore: v0.5.5 release

This commit is contained in:
Ben Allfree 2022-12-18 15:40:54 +00:00
parent 87e94d4fce
commit 85224ae674
2 changed files with 3 additions and 5 deletions

View File

@ -21,7 +21,6 @@ export const RELEASES = {
'0.9.2',
'0.10.0',
'0.10.1',
'0.10.2',
],
},
}

View File

@ -128,8 +128,7 @@ Then, ensure keys named `fullchain.pem` and `privkey.key` are in `docker/mount/n
**3. Run**
```bash
nohup docker-compose -f docker/docker-compose-prod.yaml --profile=serve up --remove-orphans &
open https://pockethost.io
sudo open https://pockethost.io
```
**4. Test**
@ -138,7 +137,7 @@ If all goes well:
- Update `readme.md` with latest relevant fixes.
- Create a new discussion on PocketHost forum
- If major or minor release, create announcement on PocketBase forum
- If major release, create announcement on PocketBase forum
- Use `yarn version --patch` for patch release and tag with git
**5. Prod Run**
@ -154,7 +153,7 @@ nohup docker compose -f docker/prod.yaml up --remove-orphans &
**0.5.5**
- chore: PocketBase 0.9.2 update
- chore: PocketBase 0.10.0, 0.10.1, 0.10.2 updates
- chore: PocketBase 0.10.0, 0.10.1 updates
**0.5.4**