Skip to content

Releases: themadcreator/circle-github-bot

2.1.0

09 Apr 19:46
afe3adf
Compare
Choose a tag to compare
  • Update artifact url generation

2.0.1

04 Dec 00:37
e3ebd78
Compare
Choose a tag to compare
  • Add typings field to package.json.

2.0.0

04 Dec 00:28
7d0c02b
Compare
Choose a tag to compare
  • 🔥 API BREAK: bot.env is no longer exposed; use bot.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

16 Aug 23:52
Compare
Choose a tag to compare

Now compatible with Circle 2.0 configuration

v0.4.0

26 Jan 23:36
Compare
Choose a tag to compare

Allow overriding the github domain for github enterprise

v0.3.0

25 Jan 23:39
Compare
Choose a tag to compare

Actually build importable artifacts before npm publish

v0.2.0

25 Jan 01:07
Compare
Choose a tag to compare

Updated README

v0.1.0

25 Jan 00:12
Compare
Choose a tag to compare

Initial release