Skip to content

Releases: danger/danger

8.6.1

03 Sep 08:59
Compare
Choose a tag to compare

8.6.0

03 Sep 08:59
Compare
Choose a tag to compare

8.5.0

03 Sep 08:59
Compare
Choose a tag to compare

8.4.5

03 Sep 08:58
Compare
Choose a tag to compare
  • Never save environment as instance variables - @rymai #1355

8.4.4

03 Sep 08:58
Compare
Choose a tag to compare
  • Don't post Dangerfile errors as comment on PR when the DANGER_DO_NOT_POST_INVALID_DANGERFILE_ERROR env var is set - @rymai #1354

8.4.3

03 Sep 08:57
Compare
Choose a tag to compare
  • Fix issue in GitHub pr_draft? method which was returning false for draft Pull Requests - @rogerluan
  • Fix arguments length of ArraySubclass#respond_to_missing? - @manicmaniac
  • Don't save environment as an instance variable in GitLabCI - @rymai #1353

8.4.2

10 Nov 12:58
Compare
Choose a tag to compare

Adds support for using GitHub auth via the ENV var DANGER_GITHUB_BEARER_TOKEN

8.4.1

22 Oct 13:04
Compare
Choose a tag to compare
  • Add a ": " separation between file_name + line_number and message for gitlab inline comments
  • Add support to pass in DANGER_BITBUCKETSERVER_VERIFY_SSL to toggle SSL Verification for Bitbucket Server
  • Add Bitbucket Server support for Buildkite CI. @pahnev
  • Fixes issue where a comment is posted to Bitbucket Server even when everything is green. @pahnev

8.3.1

01 Jul 17:57
Compare
Choose a tag to compare
  • Handle GitLab URL containing /-/ scope on Jenkins - @adamprice
  • Add pr_draft? method to GitHub DSL. - @connorshea
  • Expose DangerfileGitLabPlugin#mr_changes. - @rymai #1309

8.2.3

10 Mar 21:23
Compare
Choose a tag to compare
  • Fix a test for Ruby 3.0 keyword arguments. - @mataku
  • Allow teriminal-table versions through 3.x - @benasher44
  • Comment on open gitlab MRs only for Gitlab>=13.8.0 - @asifmohd
  • Namespace the Commits class properly under Danger. @rymai #1294