update release-checklist

This commit is contained in:
B. Petersen
2023-06-07 19:47:29 +02:00
parent 167920b90f
commit 3fa3b5edf0
+3 -3
View File
@@ -5,9 +5,9 @@
1. update core:
```
./scripts/update-core.sh # shows used branch
./scripts/update-core.sh BRANCH # update to latest commit of branch
./scripts/clean-core.sh # helps on weird issues, do also "Build / Clean"
./scripts/update-core.sh # shows used branch
./scripts/update-core.sh BRANCH_OR_TAG # update to tag or latest commit of branch
./scripts/clean-core.sh # helps on weird issues, do also "Build / Clean"
./scripts/ndk-make.sh
```