Skip to content

Commit

Permalink
feat: add instructions to do a release (#82)
Browse files Browse the repository at this point in the history
* feat: add instructions to do a release

* add zapstore publishing instructions

* Update RELEASE.md

---------

Co-authored-by: Fmar <[email protected]>
  • Loading branch information
reneaaron and frnandu authored Sep 5, 2024
1 parent db45f24 commit 089648b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Release

1. Update version in
- `app.json`
- `package.json`

2. Build packages
- `yarn eas:build:android`
- `yarn eas:build:ios`

3. Submit to app stores
- `eas submit --platform android`
- `eas submit --platform ios`

# Zapstore

Pre-requirements to have installed:
- `sudo apt install apksigner`
- https://github.com/sibprogrammer/xq \
- https://github.com/zapstore/zapstore-cli \

1. Make sure you have the apk file locally, either by building it with `eas --local --profile production_apk --output=./alby-go-<version>-android.apk` or downloading it from expo.dev or github release.
2. `zapstore publish albygo -a alby-go-<version>-android.apk -r <version>`
3. Use nsec to sign during zapstore publish

0 comments on commit 089648b

Please sign in to comment.