Changelog
10.5.1
Changelog
10.5.0
--use-github-checks
#1073 [@wardpeet]Changelog
10.4.1
tsconfig.json
file lookup strategy: it now looks for it starting from the location of the danger file.
#1068 [@igorbek]Changelog
10.4.0
- run: "npx danger-ts ci"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DANGER_MANUAL_CI: true
DANGER_MANUAL_GH_REPO: ${{ steps.pr_info.outputs.repo }}
DANGER_MANUAL_PR_NUM: ${{ steps.pr_info.outputs.number }}
Which looks more intentional instead of: DANGER_FAKE_CI
etc. [@orta]Changelog
10.3.0
--ignoreOutOfDiffComments
so that you can ignore inline-comments for lines that were not changed
in the checked PR. The comments would be ignored completely - they won't even show in the results comment. [@pinkasey]Changelog
10.2.1