Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Golo"

(A note on Git tags)
Line 1: Line 1:
 
This is the wiki entry point for the [https://projects.eclipse.org/projects/technology.golo Golo project].
 
This is the wiki entry point for the [https://projects.eclipse.org/projects/technology.golo Golo project].
 +
 +
== Project management ==
 +
 +
=== Roadmaps ===
  
 
* [[Golo/Roadmap-v3.0|Roadmap for version 3.0]]
 
* [[Golo/Roadmap-v3.0|Roadmap for version 3.0]]
 +
 +
=== Git conventions ===
 +
 +
All tags are annotated, GnuPG-signed tags ('''git tag -a -s (...)''').
 +
 +
* Milestones are tagged '''milestone/*''', e.g., '''milestone/5.3.0-M3'''.
 +
* Releases are tagged '''release/*''', e.g., '''release/5.3.0'''.
  
 
[[Category:Eclipse Technology Project]]
 
[[Category:Eclipse Technology Project]]

Revision as of 17:01, 23 July 2015

This is the wiki entry point for the Golo project.

Project management

Roadmaps

Git conventions

All tags are annotated, GnuPG-signed tags (git tag -a -s (...)).

  • Milestones are tagged milestone/*, e.g., milestone/5.3.0-M3.
  • Releases are tagged release/*, e.g., release/5.3.0.

Back to the top