Closed bahamat closed 1 year ago
The current behavior of make cutarelease depends on npm returning nothing on a 404. Modern npm returns an explicit error code and message. This causes make cutarelease to think the version has already been published.
make cutarelease
The current behavior of
make cutarelease
depends on npm returning nothing on a 404. Modern npm returns an explicit error code and message. This causesmake cutarelease
to think the version has already been published.