Skip to content

Commit d085187

Browse files
authored
Merge pull request #45 from Stypox/release-instruction-fixes
Some release instruction fixes
2 parents 56aec74 + 4ef3fce commit d085187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/07_release_instructions.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Now there should be two new commits (the Weblate and changelog ones) on your loc
112112
- `git add app/build.gradle`
113113
- `git commit -m "Release vX.X.X (NEW_VERSION_CODE)"`
114114
- Push the newly created branch to the NewPipe repo
115-
- `git push upstream release-X.X.X`
115+
- `git push origin release-X.X.X`
116116

117117
## Creating the Pull Request
118118

@@ -243,7 +243,7 @@ Currently @TheAssassin is the only holder of NewPipe's APK signing keys. Therefo
243243
- Go to the draft changelog [kept on GitHub](https://github.com/TeamNewPipe/NewPipe/releases)
244244
- Set `vX.X.X` as the tag name
245245
- Set `vX.X.X` as the release title
246-
- Set `dev` as the "Target:" branch
246+
- Set `master` as the "Target:" branch
247247
- Attach the signed APK @TheAssassin sent you
248248
- Publish the release
249249
- Profit :-D

0 commit comments

Comments
 (0)