Run the interactive script
Run Releasing.kts (preferably in system terminal as IDE could crash)
with kotlinc -script Releasing.kts
and follow the steps directly from the command line.
- Make sure
splitties.version
in the libraries_version.txt file is set to a new-dev-
version. - Commit "Dev version X.X.X-dev-XXX"
- Push the commit and wait for the GitHub Action to run the release (the automated workflow should take less than an hour).