ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
release_notes Namespace Reference

Functions

def parse_version
 
def get_label_groups
 
def group_items
 
def collect_milestone
 
def make_release_notes
 

Function Documentation

def release_notes.collect_milestone (   milestone)

Definition at line 36 of file release_notes.py.

View newest version in sPHENIX GitHub at line 36 of file release_notes.py

References get_label_groups(), group_items(), and util.Spinner().

Referenced by sync_releases.main(), deploy_tag.main(), make_release.relnotes(), and make_release.zenodo().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

def release_notes.get_label_groups ( )

Definition at line 13 of file release_notes.py.

View newest version in sPHENIX GitHub at line 13 of file release_notes.py

References split().

Referenced by collect_milestone(), sync_releases.main(), and make_release_notes().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

def release_notes.group_items (   labels,
  items 
)

Definition at line 19 of file release_notes.py.

View newest version in sPHENIX GitHub at line 19 of file release_notes.py

Referenced by collect_milestone().

+ Here is the caller graph for this function:

def release_notes.make_release_notes (   milestone,
  mrs_grouped,
  issues_grouped,
  badges = True,
  links = True 
)

Definition at line 60 of file release_notes.py.

View newest version in sPHENIX GitHub at line 60 of file release_notes.py

References get_label_groups(), and sum.

Referenced by sync_releases.main(), deploy_tag.main(), and make_release.relnotes().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

def release_notes.parse_version (   name)

Definition at line 9 of file release_notes.py.

View newest version in sPHENIX GitHub at line 9 of file release_notes.py

Referenced by sync_releases.main(), and deploy_tag.main().

+ Here is the caller graph for this function: