Forráskód Böngészése

update release-checklist

B. Petersen 2 éve
szülő
commit
13aacf6312
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      docs/release-checklist.md

+ 2 - 2
docs/release-checklist.md

@@ -11,13 +11,13 @@ on the command-line:
    $ ./scripts/tx-pull-translations.sh
    $ ./scripts/tx-pull-translations.sh
 
 
 3. update local help:
 3. update local help:
-   $ ./scripts/create-local-help.py
+   $ ./scripts/create-local-help.sh
 
 
 4. a) update CHANGELOG.md
 4. a) update CHANGELOG.md
       from https://github.com/deltachat/deltachat-core-rust/blob/master/CHANGELOG.md
       from https://github.com/deltachat/deltachat-core-rust/blob/master/CHANGELOG.md
       and https://github.com/deltachat/deltachat-ios/pulls?q=is%3Apr+is%3Aclosed+sort%3Aupdated-desc
       and https://github.com/deltachat/deltachat-ios/pulls?q=is%3Apr+is%3Aclosed+sort%3Aupdated-desc
    b) add used core version to CHANGELOG.md
    b) add used core version to CHANGELOG.md
-   c) add a device message to ConversationListActivity::onCreate()
+   c) add a device message to ChatListController::viewDidLoad()
       or remove the old one
       or remove the old one
 
 
 in Xcode:
 in Xcode: