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

Replace this with grunt.task.current in changelog task #739

Merged
merged 1 commit into from
May 13, 2016

Conversation

wyze
Copy link
Member

@wyze wyze commented May 12, 2016

Now produces the expected output:

❯ grunt changelog
Running "changelog" task


| Commit | Message/Description |
| ------ | ------------------- |
|03f167c|0.0.21|
|52ae38d|Fix the order in which updates are presented (#736)|
|24fdd7d|Deployment reorg/refactor as groundwork for multi-language support (#723)|



Done, without errors.

Arrow function isn't binding the context correctly here and caused the
task to fail. Keeping the nice arrow syntax we can use the current task
from the grunt object to get the async function.

Fix #738

Arrow function isn't binding the context correctly here and caused the
task to fail. Keeping the nice arrow syntax we can use the current task
from the grunt object to get the `async` function.

Fix #738
@rwaldron
Copy link
Contributor

Huh... I thought I fixed this...

@rwaldron rwaldron merged commit 7c5b07b into master May 13, 2016
@wyze wyze deleted the fix-grunt-changelog branch May 13, 2016 03:54
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

2 participants