Releasing a Version

draft

Process of releasing a new version

A model with life cycle state accepted is inputted at Start in the process, and upon completion of the process (End) the model version has the state released.

Test prerelease

To make sure no bugs or undesired changes have crept in, before releasing a version it must first be tested.

Designate release

If the test is successful, the version gets designated a new version identifier for the release. See Version identifier on how to determine this.

Then, the commit is tagged with the new release version identifier.

Publish release

A build process is started to make the released version available under its new version identifier.

Communicate release

Now that the new release is published, it can be communicated stakeholders.