klinker24 / Android-TextView-LinkBuilder

Insanely easy way to define clickable links within a TextView.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add release tags

johnjohndoe opened this issue · comments

Please maintain consistent releases by also adding Git tags and pushing them to this repository.
Please consider using semantic versioning for release tags.

$ git checkout {some-release-commit}
$ git tag -a "v.1.0.0" -m "Short summary of the release."
$ git push -tags origin master

Done, thanks

Nice. Thank you.