-
Notifications
You must be signed in to change notification settings - Fork 296
Creating new version failed: Git tag not found #870
Comments
Hmm it looks like the last time you were able to successfully publish a new version was 0.56.1, is that correct?
Was that after the repository deletion? |
Thanks for looking into this @rsese. Yes, the last successful version published to apm was v0.56.1.
Happy to add additional information! |
Hmm, it looks like the current So it seems like the latest successful version that was published was done before the current |
🤯 This makes so much sense. I pushed v0.56.1 on July 31st, so when I created the current version of Should I go through the process of unpublish / publishing the package noted in #809? If so, should I delete all of the release tags (or can I)? Thank you so much! |
Thanks for confirming the timeline - if this is the same issue where the package in atom.io is pointing to the wrong repository (the previous repository before the newer
So if we're correct about what the issue is, I can see if I can get some help for the first option (I'm not able to do that myself) assuming you don't want to use a different package name? |
That would be amazing to try for the first option @rsese. Thank you for walking me through this thus far! |
We can't make any promises about when someone might be able to take a look but I'll drop the timeline for whoever can take a look next:
And you mentioned that for the last successful published version that "I pushed v0.56.1 on July 31st", so that would be before (4) and with the original repo with id 180825785. |
That's fine, thank you again! 👏 |
Curious, any updates on this ? |
Sorry no updates - if there any updates, whoever ends up looking into this will leave a comment but like I mentioned above, we unfortunately can't promise a specific timeframe. |
I have a similar problem. I think I need a mod or an admin to clean up the apm database for me so I can try publishing again. I wrote messages in the forum, but am not getting any replies. I would love to be able to publish my syntax-highlighter for atom since it's for a language I created. https://discuss.atom.io/t/creating-new-version-failed-git-tag-not-found/69534/3 |
Sorry to bother again, but is there another way I can try to get help on this? I value your time and I'm trying not spam all the support outlets, but if there's a better place to pose the issue I'd really appreciate the direction. I asked in the Atom slack channel via |
I second madiedgar, I have the same problem at #873. I'd love to get this resolved even if it means spending my own time working on the issue somehow. |
@pelevesque not sure if you're issue is still unresolved, apparently there were some updates that were made regarding this issue (I was notified via slack)? I was able to publish my package again. 🤷♀ 🎉 Thank you @rsese for all your help! I'll close this issue as it is now resolved. 👏 |
@madiedgar Thanks for letting me know. I'll check it out. |
Hey @pelevesque I am looking into your case, actually the fix we applied for @madiedgar should solve it only for her, since we are doing this manually until we push a fix to apm. I am investigating and we can collaborate on your case on the issue you have opened, I just wanted to make it clear, that the actual bug has not been fixed yet. |
@lkashef Sorry for the really late reply. I'm still having the issue and if someone could help it would be really appreciated. My repo is here: https://github.com/orfeo-lang/atom-language-orfeo I want to run: It fails with |
Facing similar issue and looking for help: #920 |
Prerequisites
Description
Attempting to publish a new version of my package
language-legesher-python
which is an extension fromlanguage-python
.The git tag of the package, the v0.56.8 tag, is published on my github repository. I logged in again with apm login, but the issue remained. I tried running the command with explicit versioning but received the following:
I had changed my repository from public to private (and now back to public in hopes that it would fix the problem). However, the inability prevails. Before I go ahead and unpublish / publish the package, is there anything I’m missing?
Best Practice Question: Should I have deleted all the old tags from the previous repository instead of starting off where they left off?
Reproduces how often:
Now, this issue occurs 100% of the time. I've made quite a few meaningless versions trying to debug.
Versions
os: MacOS Catalina 10.15
Additional Information
I added my reply here on the discuss.atom.io forum , but haven't received a reply. This issue is similar to #670 & #770, but no solution was provided.
Many of the other issues I've found related to this error are caused by the deletion of the repo / change of ownership. Both of which I've experienced - I've previously deleted/renamed the repo and changed ownership from my personal account to organizational. However, I was able to publish new versions after these events.
Sorry if this is too much information, please let me know if there is a better place for this issue.
Any help would be appreciated. 😄THANK YOU!!
The text was updated successfully, but these errors were encountered: