You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Try to link the version given in the
library.properties
file with the library version reported byLibVersion
The text was updated successfully, but these errors were encountered: