Netflix / unleash

Professionally publish your JavaScript modules in one keystroke
http://netflix.github.io/unleash/
Apache License 2.0
595 stars 26 forks source link

Tags not being pushed to remote on prerelease version #3

Closed mph006 closed 7 years ago

mph006 commented 7 years ago

Check out recent work on abacus-editor/abacus

jameswomack commented 7 years ago

Thank you @mph006 I'll look into this

hekike commented 7 years ago

I belive it's not just a prerelease issue, unleash should push the specific tag to origin after it's created, if I interpret the current flow correctly it's created on local only, so will be pushed only with the next release.

Pushing specific tag only: git push origin refs/tags/tag_a

@mph006 what do you think?

jameswomack commented 7 years ago

It is a bug in the Gulp Plugin being used. I’ve a fix I’m publishing soon.

hekike commented 7 years ago

Thanks!