Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 830 Bytes

RELEASE_GUIDE.md

File metadata and controls

30 lines (17 loc) · 830 Bytes

Release Guide

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.

Ensure the build running and all tests are passing

Check GitHub Actions.

Run the Maven release process

This should be a matter of running:

> mvn release:prepare
> mvn release:perform

Upload UI zip file to GitHub

Upload the zip file (in desktop/ui/target) to the release which you will find on the list on GitHub.

Update the community edition website

Update the releases listed on our community edition website - specifically the releases attribute of _config.yml.

Done

Celebrate with a beverage of your own choice!