-
Notifications
You must be signed in to change notification settings - Fork 84
Release Version
Michael Wetter edited this page Jun 13, 2018
·
1 revision
Making a new release requires administrator permission.
To make a release of the Modelica library, proceed as follows:
-
Update the list of contributors in
IBPSA/package.mo
as needed. -
Update the release notes in
IBPSA/package.mo
such as inclass 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;
-
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>
-
Update the first lines in
IBPSA/package.mo
, such asannotation ( version="1.0", versionDate="2011-11-04", dateModified = "2011-12-08", uses(Modelica(version="3.2.2"))
-
Make sure all regression tests pass on travis.
-
Make a release at https://github.com/ibpsa/modelica-ibpsa/releases