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

Feature to be able to specify limit on tags for the changelog #144

Closed
phun-ky opened this issue Mar 5, 2018 · 1 comment
Closed

Feature to be able to specify limit on tags for the changelog #144

phun-ky opened this issue Mar 5, 2018 · 1 comment

Comments

@phun-ky
Copy link
Contributor

phun-ky commented Mar 5, 2018

I want to be able to run:

gren changelog --limit-tags=30

Generating the release for just the 30 latest releases, so I don't get a huge file after some months of continuous development.

The feature should add a template string on the bottom of the changelog, like: "To see the full list" -> Point to releases

@alexcanessa
Copy link
Member

There is already a sparkle of it in here. By editing this line, it should be quite easy.

this.options.limit = this.options.tags.indexOf('all') >= 0 ? MAX_TAGS_LIMIT : TAGS_LIMIT;

phun-ky pushed a commit to phun-ky/github-release-notes that referenced this issue Mar 8, 2018
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

2 participants