Some release instruction fixes

This commit is contained in:
Stypox 2022-08-25 10:54:30 +02:00
parent 56aec74fa1
commit 4ef3fce752
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23
1 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ Now there should be two new commits (the Weblate and changelog ones) on your loc
- `git add app/build.gradle`
- `git commit -m "Release vX.X.X (NEW_VERSION_CODE)"`
- Push the newly created branch to the NewPipe repo
- `git push upstream release-X.X.X`
- `git push origin release-X.X.X`
## Creating the Pull Request
@ -243,7 +243,7 @@ Currently @TheAssassin is the only holder of NewPipe's APK signing keys. Therefo
- Go to the draft changelog [kept on GitHub](https://github.com/TeamNewPipe/NewPipe/releases)
- Set `vX.X.X` as the tag name
- Set `vX.X.X` as the release title
- Set `dev` as the "Target:" branch
- Set `master` as the "Target:" branch
- Attach the signed APK @TheAssassin sent you
- Publish the release
- Profit :-D