Skip to content

Creating a release

Travis F. Collins edited this page Jun 27, 2022 · 5 revisions

Creating a release

First, create a maintenance branch from master for the currently supported release if changing MATLAB-supported versions (R20XXx).

Next, create a new branch for this next release where changes will go.

Next, update the following files with the new versions:

Updating the default release in the Makefiles is probably a good idea too:

Update the CI configuration to change the MATLAB and/or vivado release if applicable.

Update README if necessary to newer tool versions

Create a (squashed) merge commit into master.

Finally, tag this merged commit to create a release with an annotated tag. Once CI is finished, copy the generated MLTBX file(s) (and apps) to the release page. Update the release notes to match others if necessary.

Clone this wiki locally