Opened 6 years ago
Closed 6 years ago
#1351 closed defect/bug (fixed)
revisit tagging system
Reported by: | kazer | Owned by: | kazer |
---|---|---|---|
Priority: | major | Milestone: | version 0.5.1 |
Component: | tools | Version: | git master |
Severity: | normal | Keywords: | build android playstore |
Cc: | jkoan, jandegr |
Description
Currently we have to tag releases with tags such as R7165 because we use that to keep track of the versions we push to Google PlayStore? (this is a requirement as each new apk pushed to the store must have a version number higher than the previous one).
But using tags for that clutters our release page.
Jkoan has suggested that we switch to using YYYYMMDDHHMM as a version tag for the PlayStore?. This does not require permanent storage, is guaranteed to generate a higher version number for each build and should be fairly easy to implement.
Change History (1)
comment:1 Changed 6 years ago by kazer
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
This has been done in https://github.com/navit-gps/navit/pull/268