Closed sdaves closed 7 years ago
Hey thanks a lot!
@sdaves I merged your updates and I updated the examples last night, then bumped it with elm-package bump
, but it's still not updated on the repository. Do you know if I have to do anything else, or does it just take a while?
Tag a new version and push it with git push --tags
On November 17, 2016 12:04:15 PM EST, Matt Parker notifications@github.com wrote:
@sdaves I merged your updates and I updated the examples last night, then bumped it with
elm-package bump
, but it's still not updated on the repository. Do you know if I have to do anything else, or does it just take a while?You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/mpdairy/elm-component-updater/pull/1#issuecomment-261305309
@sdaves do I have to do anything after git push --tags? I made a new 1.0.1 tag and pushed it, but elm-packages still shows the old one.
https://github.com/mpdairy/elm-component-updater/blob/master/elm-package.json#L2
Needs to be 1.0.1
On November 18, 2016 11:09:13 AM EST, Matt Parker notifications@github.com wrote:
@sdaves do I have to do anything after git push --tags? I made a new 1.0.1 tag and pushed it, but elm-packages still shows the old one.
You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/mpdairy/elm-component-updater/pull/1#issuecomment-261569969
git tag -a 1.0.1 -m "0.18 upgrade" git push --tags elm-package publish
On November 18, 2016 3:06:05 PM EST, Stephen Daves stephen@stephendaves.com wrote:
https://github.com/mpdairy/elm-component-updater/blob/master/elm-package.json#L2
Needs to be 1.0.1
On November 18, 2016 11:09:13 AM EST, Matt Parker notifications@github.com wrote:
@sdaves do I have to do anything after git push --tags? I made a new 1.0.1 tag and pushed it, but elm-packages still shows the old one.
You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/mpdairy/elm-component-updater/pull/1#issuecomment-261569969
Ok, thanks, I just forgot the elm-package publish
part
Hello. I had to make these changes to get Updater working in my 0.18.0 project. Let me know if you are interested in merging them.
Thanks!