Skip to content
Michael Wetter edited this page Jun 13, 2018 · 1 revision

Making a release

Making a new release requires administrator permission.

Modelica library

To make a release of the Modelica library, proceed as follows:

  1. Update the list of contributors in IBPSA/package.mo as needed.

  2. Update the release notes in IBPSA/package.mo such as in

    class Version_2_0_0 "Version 2.0.0"
    extends Modelica.Icons.ReleaseNotes;
    annotation (preferredView="info", Documentation(info="<html>
    <p>
    Second release of the IBPSA library.
    </p>
    </html>"));
    end Version_2_0_0;
  3. Update the list of releases in IBPSA/package.mo, such as in

    <li>
    <a href=\"modelica://IBPSA.UsersGuide.ReleaseNotes.Version_2_0_0\">Version 2.0.0</a>(June 14, 2018)
    </li>
  4. Update the first lines in IBPSA/package.mo, such as

    annotation (
    version="1.0",
    versionDate="2011-11-04",
    dateModified = "2011-12-08",
    uses(Modelica(version="3.2.2"))
  5. Make sure all regression tests pass on travis.

  6. Make a release at https://github.com/ibpsa/modelica-ibpsa/releases

Clone this wiki locally