Bo Borgerson
Bo Borgerson
Good idea. There are currently three key pieces of information for each changelog item: - Category - Description - Author Any of these could come from: - Pull request -...
As in categorize commits based on message content? Seems worthwhile. Ideas for how it should work? Simplest would probably be to just look for labels (from config) in commit messages....
Looks like it should be possible: https://developer.github.com/v3/repos/releases/#create-a-release Good idea!
I think key traversal is actually in definition order for objects from JSON in modern node. Might not need to change the format.
Oh, could be. They're the same for us with React Server since we try to front-load things that people are most interested in.
Ooh, good one.
@kimgronqvist - The mocha dep actually can't be pulled up to the repo root because it's being used as an executable in an npm script. But it looks like the...
Oh, man... don't tell me `lerna run` doesn't work on windows. 😬
Some candidates: `xo`: ``` 22M node_modules/eslint 82M node_modules/xo ``` `ava`: ``` 256M node_modules/ava 820K node_modules/jasmine ``` These are modules that have equivalents _already in our repo_. Standardizing on one can...
Thanks for tracking down the cause here @auskast. Are you interested in taking this on?