Closed amk-stripe closed 3 weeks ago
Diffuse output:
OLD: identity-example-release-base.apk (signature: V1, V2)
NEW: identity-example-release-pr.apk (signature: V1, V2)
│ compressed │ uncompressed
├───────────┬───────────┬──────┼───────────┬───────────┬──────
APK │ old │ new │ diff │ old │ new │ diff
──────────┼───────────┼───────────┼──────┼───────────┼───────────┼──────
dex │ 2 MiB │ 2 MiB │ 0 B │ 4.1 MiB │ 4.1 MiB │ 0 B
arsc │ 1 MiB │ 1 MiB │ 0 B │ 1 MiB │ 1 MiB │ 0 B
manifest │ 2.3 KiB │ 2.3 KiB │ 0 B │ 8 KiB │ 8 KiB │ 0 B
res │ 301.8 KiB │ 301.8 KiB │ 0 B │ 455.5 KiB │ 455.5 KiB │ 0 B
native │ 6.2 MiB │ 6.2 MiB │ 0 B │ 15.8 MiB │ 15.8 MiB │ 0 B
asset │ 7.1 KiB │ 7.1 KiB │ 0 B │ 6.8 KiB │ 6.8 KiB │ 0 B
other │ 90 KiB │ 89.9 KiB │ -5 B │ 170.1 KiB │ 170.1 KiB │ 0 B
──────────┼───────────┼───────────┼──────┼───────────┼───────────┼──────
total │ 9.6 MiB │ 9.6 MiB │ -5 B │ 21.5 MiB │ 21.5 MiB │ 0 B
DEX │ old │ new │ diff
─────────┼───────┼───────┼───────────
files │ 1 │ 1 │ 0
strings │ 19994 │ 19994 │ 0 (+0 -0)
types │ 6179 │ 6179 │ 0 (+0 -0)
classes │ 4973 │ 4973 │ 0 (+0 -0)
methods │ 29965 │ 29965 │ 0 (+0 -0)
fields │ 17503 │ 17503 │ 0 (+0 -0)
ARSC │ old │ new │ diff
─────────┼──────┼──────┼──────
configs │ 164 │ 164 │ 0
entries │ 3622 │ 3622 │ 0
Summary
Remove --tag flag from tag push command
Motivation
Fixes an issue during our release where pushing the release's tag will fail if another conflicting tag is present locally.
Testing
I have some local conflicting tags. I ran the old command and it failed:
I ran with the new command and it succeeded:
Verified that it succeeded by seeing that it showed up in our repo tags (but then I deleted it because it was useless!)