Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made release failures easier to recover
Currently, it is difficult to recover from failures when the release step fails. For example, we have accidentally published 1.0.0 version some time ago (more info: #51). Now it is not possible to delete this version. This change reorders the release steps: *first* we tag and release on GitHub (easy to revert), *then* we publish to Gradle plugins portal (harder to revert). This change prevents problems like #51 and makes them easier to recover from.
- Loading branch information