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

enable generation of entries for a specific git tag only #7

Open
masukomi opened this issue Jul 1, 2016 · 1 comment
Open

enable generation of entries for a specific git tag only #7

masukomi opened this issue Jul 1, 2016 · 1 comment

Comments

@masukomi
Copy link
Owner

masukomi commented Jul 1, 2016

E.g. if i specify v0.1.0 I should only see the changelog entries that were added during that tag.

This is useful for inserting into annotated tags.

@masukomi masukomi changed the title enable generation of entries for a specific tag only enable generation of entries for a specific git tag only Jul 6, 2016
@masukomi
Copy link
Owner Author

masukomi commented Aug 9, 2016

Proposed UI

changelog_manager --only-tags=foo,bar,baz
# only outputs entries with one, or more, of the specified tags
changelog_manager --with-tags=foo,bar,baz
# outputs untagged entries along with entries having one or more of the specified tags
changelog_manager --exclude-tags=foo,bar,baz
# ouputs untagged entries along with entries that do not have any of the specified tags

masukomi added a commit that referenced this issue Aug 9, 2016
this partially addresses issue #7
masukomi added a commit that referenced this issue Aug 9, 2016
partially addresss ticket #7
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