apm
apm copied to clipboard
Cannot publish: Creating new version failed: Git tag not found
Prerequisites
- [x] Put an X between the brackets on this line if you have done all of the following:
- Reproduced the problem in Safe Mode: https://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode
- Followed all applicable steps in the debugging guide: https://flight-manual.atom.io/hacking-atom/sections/debugging/
- Checked the FAQs on the message board for common solutions: https://discuss.atom.io/c/faq
- Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aatom
- Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
This appears to be the same issue as https://github.com/atom/apm/issues/218 but the solution there seems to be some sort of server work on the part of the admins, so I hope that that magic can be applied to my repo as well. 🙇♂️
Steps to Reproduce
- Server admins did some work a few years ago to rename a package for me (the old version of https://github.com/sirbrillig/linter-mixed-indent is now https://github.com/sirbrillig/mixed-indent-warning-old).
- I'd like to update the old package to change the repo listed in the package.json (https://github.com/sirbrillig/mixed-indent-warning-old/commit/910015c5eb30e96f8a4d189725d3a164601a25d1).
-
apm publish minor
Expected behavior:
The package to be published.
Actual behavior:
➜ mixed-indent-warning-old git:(master) apm publish minor
Preparing and tagging a new version ✓
Pushing v0.4.0 tag ✓
Publishing [email protected] ✗
Creating new version failed: Git tag not found
I have the same issue opened here. Please, let me know if you it gets resolved for you, I will do the same:
https://github.com/atom/apm/issues/873
Having the same issue when trying to use apm publish -t vx.y.z
.
I gave up after waiting for more than four months and published my package to a new name.