Releases: themadcreator/circle-github-bot
Releases · themadcreator/circle-github-bot
2.1.0
2.0.1
- Add
typings
field to package.json.
2.0.0
- 🔥 API BREAK:
bot.env
is no longer exposed; usebot.commitMessage()
instead.- <h3>${bot.env.commitMessage}</h3> + <h3>${bot.commitMessage()}</h3>
- 🔥 API BREAK:
bot.comment(token, body)
now requires GH auth token as its first argument.- bot.comment("...") + bot.comment(process.env.GH_AUTH_TOKEN, "...")
- Support
CIRCLE_PULL_REQUEST
env var added in Circle 2.0.
v1.0.0
Now compatible with Circle 2.0 configuration
v0.4.0
Allow overriding the github domain for github enterprise
v0.3.0
Actually build importable artifacts before npm publish
v0.2.0
Updated README
v0.1.0
Initial release