97vack

Results 3 comments of 97vack

> I have patched release-it's code on my build environment to exclude commits with certain messages/prefixes with: > > ```shell > sed -i 's@git rev-list@git rev-list --grep="^PREFIX_I_DO_NOT_WANT" --invert-grep@g' /usr/local/lib/node_modules/release-it/lib/plugin/git/Git.js >...

> It is not a plugin, but a "dirty" hack. I wrote the `sed` command that patches the `Git.js` file. `^PREFIX_I_DO_NOT_WANT` is the regex that excludes messages that start with...

> > 有没有考虑过把API解析能力切回react-docgen-typescript? > > 好东西,研究 研究出来了吗