chore: bump desktop version to v1.5.1 (#234)

* create runbook for deployments

* create runbook for deployments
This commit was merged in pull request #234.
This commit is contained in:
Arjun Patel
2026-06-02 08:40:10 -07:00
committed by GitHub
parent fa3c8268b2
commit 99622743c9
2 changed files with 24 additions and 1 deletions
+23
View File
@@ -0,0 +1,23 @@
# Deployment Runbooks
## Desktop + web
1. Create a new branch
2. Bump version in `package.json`
3. Create a pull request and merge
4. Manually trigger github action to deploy llink-web, windows desktop
5. Deploy macOS desktop app from a local mac computer
## Mobile
1. Create a new branch
2. Bump version in `package.json`
3. Create a pull request and merge
4. Switch to main and pull latest locally (on any machine with expo installed)
5. Manually run `yarn publish:ios`
## Golang services
1. Create a new branch
2. Make changes
3. Create a pull request
4. Deploy the appropriate github action for the service you're touching (input the branch name and dev)
5. Test with the dev deployment
6. Merge, then deploy the corresponding prod service
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "Flowy.llink",
"productName": "Flowy.llink",
"version": "1.5.0",
"version": "1.5.1",
"description": "Flowy.llink is a video messaging app for teams",
"main": ".vite/build/main.js",
"private": true,