User Tools

Site Tools


for_developers:releaseprocess

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
for_developers:releaseprocess [2019/01/30 10:57] – Improve chapter 6 & 8 kunzfor_developers:releaseprocess [2019/03/28 16:01] – [8. Generate the API documentation with Doxygen] graf
Line 35: Line 35:
 The EEROS release workflow supports multiple active releases. Therefore, every release is created on a release branch. The name of the release branch contains the //MAJOR.MINOR// part of the release number. Only the release tags contain the full pattern. The EEROS release workflow supports multiple active releases. Therefore, every release is created on a release branch. The name of the release branch contains the //MAJOR.MINOR// part of the release number. Only the release tags contain the full pattern.
  
-Since the development is done on the master branch, the release branch is created based on the HEAD of the master branch. The following git commands will create the new release branch (release/1.0 is used as an example):+Since the development is done on the master branch, the release branch is created based on the HEAD of the master branch. The following git commands will create the new release branch (v1.0 is used as an example):
  
 <code> <code>
Line 126: Line 126:
 ==== 8. Generate the API documentation with Doxygen  ==== ==== 8. Generate the API documentation with Doxygen  ====
  
-The second last step is to update the [[http://api.eeros.org/|API]] documentation on the EEROS Website. The HTML files are generated with Doxygen. The following command on the release branch is issuedto start Doxygen:+The second last step is to update the [[http://api.eeros.org/|API]] documentation on the EEROS Website. The HTML files are generated with Doxygen. The following command on the release branch is issued to start Doxygen:
  
 <code> <code>
for_developers/releaseprocess.txt · Last modified: 2023/12/16 10:50 by ursgraf