welcomejs
welcomejs copied to clipboard
Adding git version tags
Hi! I am a member of CDNJS. We'd like to host your library to our CDN. Could you please help us to add a valid git tag to the released version in this repo, so that we can apply auto-update config on it. Thanks!
Here's an example:
git tag -a 1.8.0 -m "Release 1.8.0"
git push --tags
Then create new GitHub release: https://github.com/stml/welcomejs/releases/new
Hi @stml , We are cdnjs team, we're going to host this library. The git auto-updater in cdnjs relies on git tags so that it can recognize the correct version and automatically update the repo. Could you please add git tags for the repo?
Memo: cdnjs/cdnjs#10157