Release new version of generator-node
mischah opened this issue ยท 10 comments
Hej, a new version is needed to fix an issues with the currently released version of generator-generator
. See yeoman/generator-generator#183.
Is there anything I can help with to roll generator-node
v2 out to the streets? ๐
Cheers, Michael
Can you test latest master? I'm unsure what was still missing at the moment
Sure, will do.
Checked it tonight and I think it's mostly good.
The only main thing missing we had before is the crlf/lf corrector for cli programs. You can read a bit about that conversation #251
Might not be a blocker, but it'd be a good addition.
We eventually should refactor code to idiomatic es6 generators. But that won't be a release blocker.
line-ending-corrector also has a CLI. Im going to prepare a PR to get that in tonight.
We eventually should refactor code to idiomatic es6 generators. But that won't be a release blocker.
I would prefer an early release without that for now. Because I really want generator-generator to be fixed ๐ฌ
Okay, release v2.0
I don't really have time to write the release note right now. Let's close this ticket once that's done.
Wrote release notes. See https://github.com/yeoman/generator-node/releases/tag/v2.0.0
โฆ hope I got all breaking changes.
@SBoudrias
Can I delete the branch fix-es2015?
Yup, we can delete that branch.
Yup, we can delete that branch.
Done