lpar / RPN

Simple everyday RPN calculator for Android
15 stars 17 forks source link

Release tags #1

Closed dalb8 closed 11 years ago

dalb8 commented 11 years ago

This app is distributed on F-droid but we have no way of knowing what the current release is because the playmarket says device variable, and you have no tags or downloads

lpar commented 11 years ago

I'm a bit confused. Yes, I forgot to tag 2.0.3. However, there are other tags, but none of them show up on GitHub:

$ git log --oneline --decorate --graph
* 6e030ff (HEAD, tag: 2.0.3, origin/master, master) Added the test suite for the controller
* cabd2b6 Font tweaks for when system font size is set to Huge.
* fe2be2f Fix visual glitches on Android 4.1
* 0e8ba10 (tag: 2.0.2, tag: 2.0.1) Fixed haptic feedback; 2.0.1 release
* bc302b3 2.0 final pushed, tags updated
* 6a450b0 (tag: 2.0) Add back display long-press context menu
* 90d6425 Revert some PMD changes, fix EULA encoding
* ff326f0 (tag: 2.0b1) Ready for beta
* 782c2dc Code cleanup and documentation
* ba9ae44 (tag: 2.0a1) 2.0a1
* 9298891 Interim commit with new layout
* 2734e6d Working towards Holo UI
* 199a87f (tag: 1.8.1) Update EULA
lpar commented 11 years ago

...mystery solved. I did not know that Git requires you to manually push tags as a separate step.