As it's hosted on Netlify, we could utilise Netlify's functions to fetch Vue's repo tags and see if there's a tag matching v3.0.0 for their vue-next repo.
For instance, this gives me the sorted tags (it's a public API)
Oh wow that's an awesome idea!
Haven't used the Netlify functions yet. But this makes it worth to check out!
Would spare me (you, us, idk who else want to add something to this small project) some time!
As it's hosted on Netlify, we could utilise Netlify's functions to fetch Vue's repo tags and see if there's a tag matching
v3.0.0
for theirvue-next
repo.For instance, this gives me the sorted tags (it's a public API)