Merge pull request #45 from Stypox/release-instruction-fixes

Some release instruction fixes
This commit is contained in:
Tobi 2022-08-25 18:01:07 +02:00 committed by GitHub
commit d085187d8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 add app/build.gradle`
- `git commit -m "Release vX.X.X (NEW_VERSION_CODE)"` - `git commit -m "Release vX.X.X (NEW_VERSION_CODE)"`
- Push the newly created branch to the NewPipe repo - 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 ## 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) - 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 tag name
- Set `vX.X.X` as the release title - 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 - Attach the signed APK @TheAssassin sent you
- Publish the release - Publish the release
- Profit :-D - Profit :-D