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

Streamline library version reporting #5

Open
bschulz1701 opened this issue Nov 2, 2018 · 1 comment
Open

Streamline library version reporting #5

bschulz1701 opened this issue Nov 2, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@bschulz1701
Copy link
Contributor

Try to link the version given in the library.properties file with the library version reported by LibVersion

@bschulz1701 bschulz1701 added the enhancement New feature or request label Nov 2, 2018
@bschulz1701 bschulz1701 self-assigned this Nov 2, 2018
@awickert
Copy link
Member

I would suggest git hooks:
https://githooks.com/
You could search for the most up-to-date tag and insert the number into library.properties on commit.
I do something similar with a custom script to write my python packages to PyPI tagged with their appropriate version(s), but it isn't integrated with the git tag (as I've suggested here)... for no good reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants