Skip to content

Commit

Permalink
Adds a CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed May 18, 2022
1 parent 3eb82ab commit 88a6fe6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@

<!-- Your comment below this -->

- Adds support for the new [GitHub Job summaries](https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/) API via:
- `danger.github.setSummaryMarkdown("[markdown]")` for the JavaScript DSL
- The results DSL for sub-processes now accepts `{ github: { stepSummary: "[markdown]" } }` from projects the Swift and Kotlin implementations of Danger.

This gives you the chance to leave feedback on the overview page for a PR, it won't ping people
in the PR thread or trigger emails which is why it's a separate attribute in the DSL. Potentially open to having the main
comment in the job summary if someone can make a good case for it in the Danger JS issues. [@orta]

<!-- Your comment above this -->


Expand Down

0 comments on commit 88a6fe6

Please sign in to comment.