Prechádzať zdrojové kódy

update release checklist

B. Petersen 4 rokov pred
rodič
commit
6d0f7fceb2
1 zmenil súbory, kde vykonal 4 pridanie a 4 odobranie
  1. 4 4
      docs/release-checklist.md

+ 4 - 4
docs/release-checklist.md

@@ -3,15 +3,15 @@
 on the command-line:
 on the command-line:
 
 
 1. update core rust submodule, if needed:
 1. update core rust submodule, if needed:
-   $ ./tools/update-core.sh
+   $ ./scripts/update-core.sh
    depending on how much you trust in rust, you might want to do a
    depending on how much you trust in rust, you might want to do a
-   ./tools/clean-core.sh before building
+   ./scripts/clean-core.sh before building
 
 
 2. update translations:
 2. update translations:
-   $ ./tools/tx-pull-translations.sh
+   $ ./scripts/tx-pull-translations.sh
 
 
 3. update local help:
 3. update local help:
-   $ cd ../deltachat-pages; ./tools/create-local-help.py; cd ../deltachat-ios
+   $ cd ../deltachat-pages; ./scripts/create-local-help.py; cd ../deltachat-ios
 
 
 4. add a device message to ChatListController::viewWillAppear()
 4. add a device message to ChatListController::viewWillAppear()
    and update CHANGELOG.md
    and update CHANGELOG.md