You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tagging of releases broke when github changed the authentication api (v3.0.1 was the last tagged release). Will try to make fixing the release script a priority for the next iteration - which will likely be syncing to the latest BWIPP release.
A simple way to do that is
npm version 4.2.0
.However, now that many tags are missing, it would be nice to just have the last one:
this will make bisecting bugs, and also redistribution of your software, easier.
The text was updated successfully, but these errors were encountered: