Nort User Manual: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 19: Line 19:
</pre>
</pre>


To write a new release metadata into the current work area, use:
To start a release sequence, use:


<pre>
<pre>
Line 25: Line 25:
</pre>
</pre>


The release increment does the following:
For more details on what a release sequence does, see the "[[Nova_Ordis_Release_Tools_User_Manual_-_Concepts#The_Release_Sequence|Release Sequence" section.
* Increments release metadata in the local workarea.
* Runs all tests.
 
If at least one test fails, the command restores the previous release metadata states, reports and fails.
 
If all tests succeed <font color=red>what now?</font>


=<tt>build</tt>=
=<tt>build</tt>=

Revision as of 20:59, 15 November 2016

Internal

Concepts

Concepts

release

The command queries or modifies release information metadata for the current work area and performs the sequence of steps required to release. For more details about what a release is, and what those steps are, see the "Release" section.

To query the current release information, execute:

release info

To start a release sequence, use:

release major|minor|patch|snapshot|<custom-release-string>

For more details on what a release sequence does, see the "[[Nova_Ordis_Release_Tools_User_Manual_-_Concepts#The_Release_Sequence|Release Sequence" section.

build

The command creates releasable artifacts (binary distributions or libraries, depending on the nature of the project) for the current version. If the build process is successful, the artifacts are stored in the build area ("target" directory, for Maven) of the current work area.

install