mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
…eases Work on: https://github.com/XRPLF/clio/issues/1779 Features: - works in PRs (everything but actually pushing a release) - supports custom release notes header - removes previous release for nightly releases The idea is that creating releases should be automatic or almost automatic and should work more or less the same for nightly and actual releases. I haven't yet implemented automatic release process for the actual release (and don't plan to do it here), but this PR will make it much easier to implement it in the future. I suggest deferring discussion of how actual releases should work till the next PR.