EGOIST
EGOIST
https://conventionalcommits.org/
~~`changelog --publish`~~ `changelog` will run: - check git status - npm test - changelog - npm publish - git push --follow-tags
Before making a new release we'd better backup CHANGELOG.md for relative project, and provide an option to restore from it.
For example, `changelog --from v0.1.0` This will override the changelogs in `CHANGELOG.md` from `## Version 0.1.0` And `changelog --all` will regenerate the whole changelog
here I miss-spelled postcss-loader to postcss-loadedr, and use it with `stylus-loader` to import some `.styl` file, can we have the error log showing the real missing module inseatd of `b.styl`?
我给 minggeJS 做了个 logo 已添加到 README, 并且修改了 README 里的格式错误和冲突,希望明哥合并一下 :+1: logo 用这个生成的 http://egoist.github.io/slogan/ :100:  cc @drduan @minggeJS
这是一种独特的注释风格吗 🌝 
明哥 JS 支持 bower/npm 是迟早的事,那么趁早构建一个发布流程吧! 特地为 minggeJS 打造了一个 Makefile 的 JS 版本,让明哥在 Windows 上也能使用类似 Makefile 的编译工具。 明哥只需要 [`npm install -g node-make`](https://github.com/egoist/node-make) 就行了。 然后举个例子,在根目录加个 `makefile.js` ``` javascript build: >npm run build...