Skip to content

Draft: KAR-880 Prep for release automation script

Mpumelelo Nzama requested to merge kar-880-release-automation-script into master

The script introduced by this merge request is a utility which aims to simplify the process of preparing a repository for release. Upon the selection of the release type (patch, minor or major release) the script will;

  1. Update all version number where required across the repository and
  2. Move notes from the “unreleased” section into the release notes section of the new version.

Merge request reports