Bot requires update
leonard-thieu opened this issue · comments
@vvakame, I've made labels optional and fixed an issue with getting the package name from files in subdirectories to fix the issue with parsing DefinitelyTyped/DefinitelyTyped#18767. Could you pull in these changes to the bot?
ah, okey.
When we want to update the bot, we should push new commit to https://github.com/DefinitelyTyped/dt-review-bot . Circle CI will update it automatically.
I want to add you to some npm package owner.
what is your account of npm?
e.g.) https://www.npmjs.com/~vvakame <- this is me!
I added you to https://www.npmjs.com/package/definition-header and https://www.npmjs.com/package/dt-review-tool . 👍
You have write permission to dt-review-bot repository already.
$ npm run build
$ npm run test
$ (modify package.json's version)
$ git commit -a
$ git tag vX.X.X
$ npm publish
$ git push && git push --tags