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

support "last" option #10

Open
masukomi opened this issue Jul 28, 2016 · 0 comments
Open

support "last" option #10

masukomi opened this issue Jul 28, 2016 · 0 comments

Comments

@masukomi
Copy link
Owner

I want to ask the changelog manager for the last entry that was created. Or the entries for the last release. All variants would output the markdown that would be used in the generated changelog. Probably without the initial bullet in the single entry version.

Potential interfaces:

changelog_manager -l  # last entry... by creation date? 
changelog_manager --last # ditto
changelog_manager -l=release # entries from the last release
changelog_manager -l=1 # or any number... the last n entries .. by creation date? 

The biggest question is what constitutes the last entry. The last one created? The last one edited? What if they were created in the wrong order? Last release is easy, and useful for populating annotated git tags.

masukomi added a commit that referenced this issue Jul 28, 2016
was -l / --log  NOW is -c  / --compile

I'm thinking of using l for "last"
See #10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant