OSDN Git Service

Remove non-working portugese translation.
[android-x86/packages-apps-AndroidTerm.git] / docs / releaseChecklist.md
1 ## Android Terminal Emulator Release Checklist
2
3 # Test on 1.5 
4
5 # Test on 1.6
6
7 # Test on 2.1
8
9 # Test on 2.2
10
11 # Test on 2.3
12
13 # Test on 4.0
14
15 # Test with Swype
16
17 (Has to be on a real device, Swype beta won't run on an emulator.)
18
19 # Update AndroidManifest.xml version number
20
21 # Tag git branch with version number
22
23 git tag v1.0.xx
24
25 # Push git to repository
26
27 git push
28 git push --tags
29
30 # Publish to market
31
32 https://market.android.com/publish
33
34 The Android Publish UI is error prone:
35
36 1) Visit https://market.android.com/publish/Home#AppEditorPlace:p=jackpal.androidterm
37
38 2) Click on the APK files tab
39
40 3) Upload your new APK.
41
42 4) Activate it by clicking on the Activate link
43
44 5) Click on the "Save" button.
45
46 6) Click on the "Product Details button".
47
48 7) Fill in the "Listing Details" for the new version.
49
50 8) Click on the "Save" button
51
52 9) Visit https://market.android.com/publish/Home and verify that the new version is listed as the current version.
53
54 10) Verify that Market is serving the new version (check the "What's New" portion.)
55
56 https://market.android.com/details?id=jackpal.androidterm
57
58 # Update the Android Terminal Emulator Wiki
59
60 https://github.com/jackpal/Android-Terminal-Emulator/wiki/Recent-Updates
61
62 # Upload a new pre-compiled version for people who can't access Market.
63
64 https://github.com/jackpal/Android-Terminal-Emulator/downloads
65
66
67