Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upError recovery #15
Error recovery #15
Comments
|
If npm is down, it should be easy to try that again, without having to delete tags and what not. If a commit message ends up wrong, it should be possible to fix that and go from there again. |
|
Working on changelog and contributors is super painful right now, since our One option we should consider is exatracting the changelog and contributors generation into a separate module. It just writes two files and doesn't need to commit anything, so lends itself well to unit test automation. If we don't want to extract, we should at least come up with a way to run those methods directly, without all the slow setup. |
If a task errors out, we should log all the state so we can restart the release process. When restarting, it should be possible to pick which step to start from, but there should be a sane default if that's possible.