Преглед на файлове

update release-checklist

B. Petersen преди 1 година
родител
ревизия
b23fe945fc
променени са 1 файла, в които са добавени 6 реда и са изтрити 4 реда
  1. 6 4
      docs/release-checklist.md

+ 6 - 4
docs/release-checklist.md

@@ -2,10 +2,12 @@
 
 
 on the command-line:
 on the command-line:
 
 
-1. update core rust submodule, if needed:
-   $ ./scripts/update-core.sh
-   depending on how much you trust in rust, you might want to do a
-   ./scripts/clean-core.sh before building
+1. update core:
+   ```
+   ./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"
+   ```
 
 
 2. update translations:
 2. update translations:
    $ ./scripts/tx-pull-translations.sh
    $ ./scripts/tx-pull-translations.sh