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

update release-checklist

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

+ 2 - 3
docs/release-checklist.md

@@ -48,8 +48,7 @@ on https://appstoreconnect.apple.com :
    and follow the dialogs
 
 in both cases, make sure, the provided test-email-address is working.
-
 finally, back on command line:
 
-9. commit changes from 1.-4.
-   and on Github: "Draft a new release" with a version in the form `v1.2.3`
+9. commit changes from 1.-4. add add a tag:
+   $ git tag v1.2.3; git push --tags