浏览代码

update release checklist

B. Petersen 4 年之前
父节点
当前提交
6d0f7fceb2
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      docs/release-checklist.md

+ 4 - 4
docs/release-checklist.md

@@ -3,15 +3,15 @@
 on the command-line:
 
 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
-   ./tools/clean-core.sh before building
+   ./scripts/clean-core.sh before building
 
 2. update translations:
-   $ ./tools/tx-pull-translations.sh
+   $ ./scripts/tx-pull-translations.sh
 
 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()
    and update CHANGELOG.md