-
I'm running The output starts out:
then it lists and the commits, then dies. it also deletes package.json, which is pretty confusing. The contents of package.json are:
I took a look at bumpPackageJson.ts and I don't see how it could actually delete the file. 🤷 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
ok, I think I figured out what is happening. I ran it again and finally caught some logs:
I think two things are happening: the release fails to tag (this actually isn't unexpected, I don't know why the tag exists, but I don't actually have permission to push to the main branch, so I was expecting some sort of failure here. The package.json is being deleted because its brand new and never committed, so |
Beta Was this translation helpful? Give feedback.
ok, I think I figured out what is happening. I ran it again and finally caught some logs:
I think two things are happening:
the…