python / blurb

Command-line tool to manage CPython Misc/NEWS.d entries
Other
5 stars 4 forks source link

Add automation interface for blurbit #8

Open larryhastings opened 5 years ago

larryhastings commented 5 years ago

Mariatta needs a utility function for her blurb-on-the-web project. The function should be something like:

def format_blurb_filename(section, bpo_no, body, date=None)

and it should return the filename relative to the Python root.

Mariatta commented 5 years ago

GitMate.io thinks possibly related issues are https://github.com/python/core-workflow/issues/189 (Add CONTRIBUTING.md), https://github.com/python/devguide/issues/3 (Add Travis support), https://github.com/python/devguide/issues/172 (Add PDF build), https://github.com/python/core-workflow/issues/32 (Add the mention bot?), and https://github.com/python/devguide/issues/292 (Add linkcheck to CI).

larryhastings commented 5 years ago

Yeah well GitMate.io can SIT AND SPIN

Mariatta commented 5 years ago

Thanks Larry, so actually I will need the filename returned with out the slash in front. So just Misc/News.d/.....