Public Release Procedure for Projects: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Projects")
 
No edit summary
Line 2: Line 2:


* [[Projects#Public_Release_Procedure|Projects]]
* [[Projects#Public_Release_Procedure|Projects]]
=Procedure=
==Run <tt>release</tt>==
The procedure will increment the version string appropriately, run tests, commit to git, tag and push to GitHub.
The procedure will also create the binary to be used as "release binary" at the next step.
At the end of the procedure, the Git tag used to tag the release will be displayed, so it can be used at the next step.
Example:
<pre>
</pre>

Revision as of 15:02, 6 July 2016

Internal

Procedure

Run release

The procedure will increment the version string appropriately, run tests, commit to git, tag and push to GitHub.

The procedure will also create the binary to be used as "release binary" at the next step.

At the end of the procedure, the Git tag used to tag the release will be displayed, so it can be used at the next step.

Example: