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)
m
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 ==
 
+
=== Roadmaps ===
+
  
 
* [[Golo/Roadmap-v3.0|Roadmap for version 3.0]]
 
* [[Golo/Roadmap-v3.0|Roadmap for version 3.0]]
  
=== Git conventions ===
+
== Git conventions ==
  
 
All tags are annotated, GnuPG-signed tags ('''git tag -a -s (...)''').
 
All tags are annotated, GnuPG-signed tags ('''git tag -a -s (...)''').

Revision as of 17:02, 23 July 2015

This is the wiki entry point for the Golo project.

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