Skip to content

Releases: suzuki-shunsuke/github-comment

v6.0.4

10 Mar 08:14
v6.0.4
68798b3
Compare
Choose a tag to compare

Pull Requests | Issues | v6.0.3...v6.0.4

Bug Fixes

#1302 Fix the file permission of github-comment.yaml created by github-comment init

Change the permission from 0755 to 0644.

Others

Update dependencies

Go 1.21.5 to 1.22.1

v6.0.3

06 Dec 08:49
v6.0.3
b9b811e
Compare
Choose a tag to compare

Pull Requests | Issues | v6.0.2...v6.0.3

Bug Fixes

#1188 fix(init): fix a bug that a newline is missing at the end of the scaffolded file github-comment.yaml

Others

  • Dependency updates
  • Refactoring

v6.0.3-1

06 Dec 08:43
v6.0.3-1
93ac6b9
Compare
Choose a tag to compare
v6.0.3-1 Pre-release
Pre-release

v6.0.2

11 Oct 03:19
v6.0.2
c77d1fe
Compare
Choose a tag to compare

Pull Requests | Issues | v6.0.1...v6.0.2

Update dependencies

v6.0.1

27 Jul 13:30
v6.0.1
5ccf1ef
Compare
Choose a tag to compare

Pull Requests | Issues | v6.0.0...v6.0.1

Others

#906 #957 #988 chore: Update Go 1.20.3 to 1.20.6
#1002 refactor: Replace suzuki-shunsuke/go-timeout to exec.CommandContext, Cmd.Cancel, and Cmd.WaitDelay
#1004 fix: Add warning comment for body too long

v6.0.0

21 Apr 23:58
v6.0.0
2b23e1c
Compare
Choose a tag to compare

Pull Requests | Issues | v5.2.1...v6.0.0

⚠️ Breaking Changes

#865 #894 Remove the template function Env for security

We forgot to remove this function in v5.0.0.

How to migrate

Use the option -var instead of the function Env

v6.0.0-1

21 Apr 23:52
v6.0.0-1
feb7932
Compare
Choose a tag to compare
v6.0.0-1 Pre-release
Pre-release

v5.2.1

19 Apr 11:38
v5.2.1
e5fd429
Compare
Choose a tag to compare

Pull Requests | Issues | v5.1.1...v5.2.1

Features

#895 #896 Support passing some command line arguments via environment variables

  • -org: GH_COMMENT_REPO_ORG
  • -repo: GH_COMMENT_REPO_NAME
  • -sha: GH_COMMENT_SHA1
  • -config: GH_COMMENT_CONFIG
  • -pr: GH_COMMENT_PR_NUMBER
  • -log-level: GH_COMMENT_LOG_LEVEL
  • -var: GH_COMMENT_VAR_*

v5.2.1-1

18 Apr 03:40
v5.2.1-1
ba353e4
Compare
Choose a tag to compare
v5.2.1-1 Pre-release
Pre-release

Pull Requests | Issues | v5.2.0...v5.2.1-1

Changelog

  • ba353e4 feat: rename environment variables and support passing variables via environment variables

v5.2.0

18 Apr 00:34
v5.2.0
882e936
Compare
Choose a tag to compare
v5.2.0 Pre-release
Pre-release

Pull Requests | Issues | v5.1.1...v5.2.0

Changelog

  • 882e936 Merge pull request #895 from suzuki-shunsuke/feat/support-env
  • cf68d9b feat: support passing some command line arguments via environment variables
  • 0d223d2 Merge pull request #893 from suzuki-shunsuke/revert-865-fix/remove-env-func
  • 38d8cc0 Revert "fix: remove Env template function for security"
  • 9e682f7 Merge pull request #865 from suzuki-shunsuke/fix/remove-env-func
  • 77fe048 Merge pull request #892 from suzuki-shunsuke/renovate/aquaproj-aqua-2.x
  • b5dab94 chore(deps): update dependency aquaproj/aqua to v2.3.6
  • 95b8d7b Merge pull request #891 from suzuki-shunsuke/renovate/aquaproj-aqua-registry-3.x
  • 49edc64 chore(aqua): update aqua/aqua-checksums.json
  • 14810e5 chore(deps): update dependency aquaproj/aqua-registry to v3.157.0
  • 9a1c2f1 Merge pull request #890 from suzuki-shunsuke/renovate/aquaproj-aqua-registry-3.x
  • f1492e2 chore(aqua): update aqua/aqua-checksums.json
  • a38e1b0 chore(deps): update dependency aquaproj/aqua-registry to v3.156.0
  • 3a0d590 Merge pull request #889 from suzuki-shunsuke/renovate/aquaproj-aqua-registry-3.x
  • e7cf44a Merge pull request #888 from suzuki-shunsuke/renovate/aquaproj-aqua-2.x
  • 7f8ca4b chore(aqua): update aqua/aqua-checksums.json
  • 5fa45ed chore(deps): update dependency aquaproj/aqua-registry to v3.155.0
  • dd9dc6f chore(deps): update dependency aquaproj/aqua to v2.3.5
  • a5e8d8c Merge pull request #887 from suzuki-shunsuke/renovate/goreleaser-goreleaser-1.x
  • 1c6cfe9 chore(aqua): update aqua/aqua-checksums.json
  • e95cf83 chore(deps): update dependency goreleaser/goreleaser to v1.17.1
  • a6ef9a5 Merge pull request #886 from suzuki-shunsuke/renovate/aquaproj-aqua-registry-3.x
  • 05318e8 chore(aqua): update aqua/aqua-checksums.json
  • 91571b7 chore(deps): update dependency aquaproj/aqua-registry to v3.154.0
  • 07ad4b1 Merge pull request #885 from suzuki-shunsuke/renovate/actions-checkout-3.x
  • bfc0464 chore(deps): update actions/checkout action to v3.5.2
  • bb4b13f Merge pull request #884 from suzuki-shunsuke/renovate/actions-checkout-3.x
  • e4c61e3 chore(deps): update actions/checkout action to v3.5.1
  • 5425260 Merge pull request #883 from suzuki-shunsuke/renovate/aquaproj-aqua-2.x
  • cad6fe1 chore(deps): update dependency aquaproj/aqua to v2.3.4
  • 5cf6304 Merge branch 'main' into fix/remove-env-func
  • ff030d2 fix: remove Env template function for security