User Tools

Site Tools


for_developers:releases

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
for_developers:releases [2015/12/11 09:35] – external edit 127.0.0.1for_developers:releases [2019/01/16 19:47] – update information to conform with release and deployment management kunz
Line 1: Line 1:
 ====== Releases ====== ====== Releases ======
  
-  * The main EEROS repository is on [[https://github.com/eeros-project/eeros-framework.git|github]]. +EEROS is released in the form of the source code via Github. All releases are found [[https://github.com/eeros-project/eeros-framework/releases|here]].  
-  The development is done in the master branch. + 
-  * Stable releases are tagged with the format vX.Y (e.gv0.4, v0.5, v1.0, v1.1, ...)+The release workflow supports multiple active releases. Every active release has its own release branch. The actual release commit is tagged with the version numberEEROS is versioned according to the [[https://semver.org/|Semantic Versioning Specification]]The first major version of EEROS for examplehas the tag v1.0.0. 
-  * Stable branches have the format X.Y.x (e.g. 0.4.x0.5.x1.0.x, 1.1.x, ...).+ 
 +The releases which are not supported anymore will still be accessible over their tagsThe branches were deleted since the versions shouldn't be used anymore
 + 
 +The development is done with the workflow **"develop with a fork"**For contributionEEROS must be forkedThe implementation is done in the forkAfterwardsthe changes are merged into the master branch of the main repositoryThe merge is initiated by the pull request feature of GithubThis workflow allows an easy way to contribute for everyoneIt also improves the code quality since the pull requests are reviewed before the merge. 
 + 
 +Thereforethe current snapshot of EEROS with the latest features is accessible on the master branch. 
 + 
for_developers/releases.txt · Last modified: 2019/01/30 11:04 by kunz