Commit 9e2e49926689b961bed450c950af9aa53ba1887e
dx: update contributing.md about new releases
Andre Staltz committed on 11/28/2019, 10:33:50 AMParent: 7a825e2ca79556f4192968052c21b0e76a5a167b
Files changed
CONTRIBUTING.md | changed |
CONTRIBUTING.md | ||
---|---|---|
@@ -278,15 +278,15 @@ | ||
278 | 278 | ## Deploying |
279 | 279 | |
280 | 280 | After `npm run release` runs, it will update APK files in two folders: `../dat-release-all` and `../dat-release-latest`. The following steps should be done manually (until we automate this): |
281 | 281 | |
282 | -- `git push origin master` | |
283 | 282 | - Deploy to Dat Installer |
284 | 283 | - `cd ../dat-release-latest` and `dat sync` |
285 | 284 | - Install new version through Dat Installer and make sure it works |
285 | +- `git push origin master` | |
286 | 286 | - Deploy to F-Droid: `git push origin --tags` |
287 | 287 | - Deploy to Google Play |
288 | - - Take the APK file from `../dat-release-latest`, upload and publish it on Google Play developer website | |
288 | + - Take the APK file from `android/app/build/outputs/apk/googlePlay/release`, upload and publish it on Google Play developer website | |
289 | 289 | - Announce on Scuttlebutt |
290 | 290 | - After `npm run release` ends, it shows in the terminal a ready markdown post, publish that into Scuttlebutt under the hashtag `#manyverse` |
291 | 291 | - Announce on Twitter |
292 | 292 | - Copy-paste from CHANGELOG.md the list of updates for the latest version, write it in the Twitter `@manyver_se` account and publish |
Built with git-ssb-web