소스 검색

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