Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set versionName from git tags #267

Merged

Conversation

eighthave
Copy link
Member

This uses git describe to always include the exact version as the versionName. If the APK is built from the exact tag, then the versionName will match the tag exactly. Otherwise, it'll include the most recent tag, plus the number of commits since that tag. Removes one more thing to remember when making a release.

This is based on #266 so that should be merged first.

@n8fr8 n8fr8 merged commit bf72040 into guardianproject:master Oct 7, 2019
@eighthave eighthave deleted the set-versionName-from-git-tags branch October 7, 2019 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants