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

docs(README.md): add value for dest to conventionalChangelog settings for Gruntfile.js #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mikeebowen
Copy link

the module won't write the file unless you include a "dest" value in the "release" object in the conventionalChangelog settings in the Gruntfile.js. without it, the file is never created

the module won't write the file unless you include a "dest" value in the "release" object in the conventionalChangelog settings in the Gruntfile.js. without it, the file is never written to
@coveralls
Copy link

coveralls commented Jan 6, 2017

Coverage Status

Coverage remained the same at 94.737% when pulling 8b7816b on mrbgit:master into e15a5a2 on btford:master.

@stevemao
Copy link
Collaborator

dest should be the same as src if ignored

@mikeebowen
Copy link
Author

dest should be the same as src if ignored, but that's not the current behavior. Currently, if it's not added to the release object, it doesn't create the CHANGELOG.md file file.

@stevemao
Copy link
Collaborator

This should be treated as a bug I think.

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

Successfully merging this pull request may close these issues.

None yet

3 participants