Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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.

3 participants