There are too many manual steps involved in cutting a new release. I just came back to it for the first time in a few weeks and have failed for 3 separate reasons, including that there appears to have been a version published to npm from a branch other than main.
I propose we use something like np which does a bunch of pre-flight to make sure everything is in order before attempting to release a new version.
There are too many manual steps involved in cutting a new release. I just came back to it for the first time in a few weeks and have failed for 3 separate reasons, including that there appears to have been a version published to npm from a branch other than
main.I propose we use something like
npwhich does a bunch of pre-flight to make sure everything is in order before attempting to release a new version.