JcMinarro / Philology

An easy way to dynamically replace Strings of your Android App or provide new languages Over-the-air without needed to publish a new release on Google Play.
Apache License 2.0
511 stars 37 forks source link

Create Git tags for each release #10

Closed egor-n closed 5 years ago

egor-n commented 5 years ago

It is a good practice to tie the release artifacts with the Git commit it was created from. Please comsider using Git tags as it is the usual approach.

JcMinarro commented 5 years ago

Good idea, I forgot to track releases

JcMinarro commented 5 years ago

I have added a tag for every previous release ;)

egor-n commented 5 years ago

Perfect! Hope it won't take too much time to release 1.2.0 👍 Thank you!