welcomejs icon indicating copy to clipboard operation
welcomejs copied to clipboard

Adding git version tags

Open clairetsai818 opened this issue 8 years ago • 3 comments

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!

clairetsai818 avatar May 24 '17 05:05 clairetsai818

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

hugovk avatar May 24 '17 06:05 hugovk

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?

clairetsai818 avatar May 24 '17 10:05 clairetsai818

Memo: cdnjs/cdnjs#10157

sufuf3 avatar Sep 11 '17 14:09 sufuf3