<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.opm-project.org/index.php?action=history&amp;feed=atom&amp;title=Notes_for_managing_release_%28since_2026.04%29</id>
	<title>Notes for managing release (since 2026.04) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.opm-project.org/index.php?action=history&amp;feed=atom&amp;title=Notes_for_managing_release_%28since_2026.04%29"/>
	<link rel="alternate" type="text/html" href="https://wiki.opm-project.org/index.php?title=Notes_for_managing_release_(since_2026.04)&amp;action=history"/>
	<updated>2026-04-15T01:59:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.13</generator>
	<entry>
		<id>https://wiki.opm-project.org/index.php?title=Notes_for_managing_release_(since_2026.04)&amp;diff=1913&amp;oldid=prev</id>
		<title>Michaltoth: Detailed manual for the release managers (incomplete).</title>
		<link rel="alternate" type="text/html" href="https://wiki.opm-project.org/index.php?title=Notes_for_managing_release_(since_2026.04)&amp;diff=1913&amp;oldid=prev"/>
		<updated>2026-04-14T15:01:48Z</updated>

		<summary type="html">&lt;p&gt;Detailed manual for the release managers (incomplete).&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The responsibility of the release manager is to&lt;br /&gt;
* Create release branch and tag release candidates for testing&lt;br /&gt;
* Build binary packages for testing&lt;br /&gt;
* Backport bugfixes and other high-priority pull requests&lt;br /&gt;
* Update the version of the modules&lt;br /&gt;
&lt;br /&gt;
Note that all steps have to be repeated for modules &amp;#039;&amp;#039;opm-common&amp;#039;&amp;#039;, &amp;#039;&amp;#039;opm-grid&amp;#039;&amp;#039;, &amp;#039;&amp;#039;opm-simulators&amp;#039;&amp;#039;, and &amp;#039;&amp;#039;opm-upscaling&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==Creation of the first release candidate==&lt;br /&gt;
# Create a new branch for the first release candidate.&lt;br /&gt;
## The branch naming convention is &amp;#039;&amp;#039;year.month&amp;#039;&amp;#039;, e.g. 2026.04, and we currently have releases in months 04 and 10.&lt;br /&gt;
## Open the &amp;#039;&amp;#039;dune.module&amp;#039;&amp;#039; change the Version and Label to the release candidate 1, e.g. change 2026.04-pre to 2026.04-rc1.&lt;br /&gt;
## Add and commit the changes to the &amp;#039;&amp;#039;dune.module&amp;#039;&amp;#039;.&lt;br /&gt;
## Give the branch the tag of the release candidate: &amp;#039;&amp;#039;branch_name&amp;#039;&amp;#039;/rc1. Make sure the tag is placed after the version change was committed. If it was placed before, delete the tag and create it again after the commit.&lt;br /&gt;
##: git tag 2026.04/rc1&lt;br /&gt;
# Push the branch into the OPM github remote.&lt;br /&gt;
#: Push the tag as well.&lt;br /&gt;
# Update the version of the master branch.&lt;br /&gt;
#: This is done via a normal pull request from your forked repository. Update the Version and Label in &amp;#039;&amp;#039;dune.module&amp;#039;&amp;#039;, e.g. from 2026.04-pre to 2026.10-pre. Note that master is always ahead of release.&lt;br /&gt;
# Update the release version in the shell scripts in &amp;#039;&amp;#039;opm-utilities&amp;#039;&amp;#039;.&lt;br /&gt;
#: Relevant files are &amp;#039;&amp;#039;release-scripts/opm-backport-pr.sh&amp;#039;&amp;#039; and &amp;#039;&amp;#039; release-scripts/opm-release-install-test.sh&amp;#039;&amp;#039;.&lt;br /&gt;
#: This is done via a normal pull request like the version-updating of the master branch.&lt;/div&gt;</summary>
		<author><name>Michaltoth</name></author>
	</entry>
</feed>