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

options.dest is ignored #55

Closed
drichard opened this issue Apr 21, 2015 · 2 comments
Closed

options.dest is ignored #55

drichard opened this issue Apr 21, 2015 · 2 comments
Labels

Comments

@drichard
Copy link

The dest option is not working anymore and it always defaults to 'CHANGELOG.md'.
As a workaround, you can use the file option which does the same.

This bug is caused by changelog.js:

var options = this.options({
      file: 'CHANGELOG.md',
     [...]
    });
options.file = options.file || options.dest;

You can see how options.file is always truthy and options.dest will therefore be ignored.

@stevemao
Copy link
Collaborator

PR welcome 👍

@stevemao
Copy link
Collaborator

stevemao commented May 1, 2015

ping @drichard

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

No branches or pull requests

2 participants