mateuszkwiecinski
released this
17 Feb 14:56
·
85 commits
to master
since this release
What's Changed
- Added new outputs:
outputs.file-diff
- path to a file containing the raw diff output
outputs.file-dependencies-head
- path to a file containing dependencies dump from currently checked out ref
outputs.file-dependencies-base
- path to a file containing dependencies dump from pull request base (github.base_ref
)
If you relied on existing internal behavior to capture tool's inputs, this release will contain breaking changes, as the input files have been renamed to dependency-tree-diff_dependencies-head.txt
and dependency-tree-diff_dependencies-base.txt
New Contributors
- @TWiStErRob made their first contribution in #116
Full Changelog: v2...v2.1.0