Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What about templating, or deep configuration, or simple API? #11

Open
qfox opened this issue Jun 9, 2015 · 3 comments
Open

What about templating, or deep configuration, or simple API? #11

qfox opened this issue Jun 9, 2015 · 3 comments

Comments

@qfox
Copy link

qfox commented Jun 9, 2015

I'm going to try http://keepachangelog.com/ and need some tiny improvements for autogenerating CHANGELOG.md.

As I see:

  • Need to parse somehow CHANGELOG.md to get sections with commits list;
  • Remove already added commit from import;
  • Split commits list to different sections;
  • Generate new release section for unreleased section since last tag (or since passed --start-ref).
  • Replace old unreleased with the new one.

Also it can be an option to finalize unreleased section with some tag (in that way we need to fetch 2 tags: previous and the last, and use them as start and end refs).

@rvagg
Copy link
Member

rvagg commented Jun 10, 2015

sounds complicated, maybe too complicated for this humble little utility

@qfox
Copy link
Author

qfox commented Jun 10, 2015

Yeah, that's why I'm thinking about simple API

@rvagg
Copy link
Member

rvagg commented Jun 10, 2015

ah ok, so you mean expose components so it can be extended programatically, I'd be happy for that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants