Skip to content
This repository was archived by the owner on Dec 18, 2022. It is now read-only.

Commit f24aaf5

Browse files
committed
add steps to releasing doc for signing/uploading release apks when drafting a new GH release
1 parent 1cf2ddf commit f24aaf5

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

docs/releasing.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,12 @@ git push
111111
- `mkdocs gh-deploy` to deploy
112112
- Ensure docs are served <a href="https://topl-android.matthewnelson.io" target="_blank">Here</a>
113113
- `exit`
114-
- Go to the <a href="https://github.com/05nelsonm/TorOnionProxyLibrary-Android/releases/new" target="_blank">Draft a new release</a> page,
115-
enter the release name ({{ topl_android.next_release }}) as tag and title, and have the description
116-
point to the changelog. You can find the direct anchor URL from the
117-
<a href="https://topl-android.matthewnelson.io/changelog/" target="_blank">Change Log</a>
118-
page on the doc site.
114+
- Sign SampleApp release apks:
115+
- `scripts/sign_sampleapp_release_build.sh`
116+
- Go to the <a href="https://github.com/05nelsonm/TorOnionProxyLibrary-Android/releases/new" target="_blank">Draft a new release</a>
117+
page
118+
- Enter the release name ({{ topl_android.next_release }}) as tag and title.
119+
- Have the description point to the changelog. You can find the direct anchor URL from the
120+
<a href="https://topl-android.matthewnelson.io/changelog/" target="_blank">Change Log</a>
121+
page on the doc site.
122+
- Upload the signed release apks.

0 commit comments

Comments
 (0)