Skip to content

Releases: cloudposse/github-commenter

v0.8.0

24 Sep 18:55
2e1b074
Compare
Choose a tag to compare
Adding auto-release & updating docker Github workflows @danjbh (#21) # what?

I'm updating the Github workflows to bring it up to date -- this change includes support for auto-release and proper Docker image tagging when pushing to Docker Hub.

0.7.0: Add GHE functionality (#19)

07 Jul 15:06
21fba77
Compare
Choose a tag to compare
* Add Github Enterprise functionality

* Use pointers in log output

So we get the actual PR ID/comment ID, rather than a memory address.

e.g. 

2020/07/06 13:30:44 github-commenter: Created GitHub Issue comment 404233

vs

2020/07/06 12:59:02 github-commenter: Created GitHub Issue comment 0xc00009e130

0.6.1

01 Jul 04:58
2845980
Compare
Choose a tag to compare
fix tests (#18)

0.6.0: use github actions (#17)

01 Jul 00:43
710eda5
Compare
Choose a tag to compare
* use github actions

* rebuild readme

0.5.0 Remove checking for non-empty input before reading from stdin. Strip ANSI escape codes

11 Apr 03:49
5776e20
Compare
Choose a tag to compare

what

  • Remove checking for non-empty input before reading from stdin
  • Strip ANSI escape codes

why

  • Checking for an input pipe, and that it actually contains some bytes don't work on Linux (and in geodesic)
  • ANSI escape codes look ugly and are not supported by GitHub

0.4.1 Fix `template_file`

09 Jan 22:02
b54f771
Compare
Choose a tag to compare

what

  • Fix template_file

why

  • When a template is read from a file, the template name must be the name of the file

0.4.0 Add `template_file` argument

07 Jan 21:15
07b4781
Compare
Choose a tag to compare

what

  • Add template_file argument

why

  • closes #7

0.3.0 Add support for `sprig` functions in Go templates in the `format` argument

19 Dec 04:50
71f44b4
Compare
Choose a tag to compare

what

  • Add support for sprig functions in Go templates in the format argument

why

  • To be able to manipulate the text of the comments using various functions in Go templates, in particular string replacement and Regular Expressions
GITHUB_COMMENT_FORMAT="Helm diff:<br><br><pre>{{regexReplaceAllLiteral `\\n` . `<br>` }}<pre>"

references

0.2.0 Add `delete-comment-regex` arg. Add `pr-file` and `pr` comment types

06 Dec 04:20
71d7eda
Compare
Choose a tag to compare

what

  • Add delete-comment-regex arg
  • Add pr-file and pr comment types

why

Fix readme

12 Jul 08:15
07e8c59
Compare
Choose a tag to compare
  • Fix link on badge release