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
Hello, I created a script which checks for the latest tag git describe --tags with the newest release from GitHub API
First option gives v0.10.7-5-g5132288 so I read v0.10.7-5 and compare it to v0.10.6 from API. Is there a possibility to update it (or other way to check for the latest version)?
Thank you
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I created a script which checks for the latest tag
git describe --tags
with the newest release from GitHub APIFirst option gives
v0.10.7-5-g5132288
so I readv0.10.7-5
and compare it tov0.10.6
from API. Is there a possibility to update it (or other way to check for the latest version)?Thank you
Beta Was this translation helpful? Give feedback.
All reactions