This guide is here to provide an overview of how to cut releases of DataCleaner community edition.
The steps are outlined in the sections below.
Check GitHub Actions.
This should be a matter of running:
> mvn release:prepare
> mvn release:perform
Upload the zip file (in desktop/ui/target
) to the release which you will find on the list on GitHub.
Update the releases listed on our community edition website - specifically the releases
attribute of _config.yml
.
Celebrate with a beverage of your own choice!