blang/semver

Please re-publish using gx after removing all files not tracked by git

Stebalien opened this issue · 3 comments

I can't find a peer with current version pinned and,when I fetch the repo and pin it locally, I get a different hash.

blang commented

Published 3.5.1 2ee8785
Let me know if it works now, your problem might be that 4a1e882 was not published
Edit: I don't seed the project, you have to fetch it manually

3.5.1 works. FYI, when I tried to fetch 3.5.0, I separately:

  1. Fetched the repo from github.
  2. Checked out fe96716 (the gx publish commit for 3.5.0).
  3. Ran gx publish -f to manually "seed" my own ipfs repo.

... and got a different hash.

Was 4a1e882 supposed to have been included in the gx release 3.5.0?


Regardless, it works now. Thanks!

blang commented

Interesting, maybe it was an untracked file after all, the hash was published with the "gx publish" commit.
Thanks for letting me know, i will take care of this next time