Releases: rubyatscale/danger-packwerk
Releases · rubyatscale/danger-packwerk
danger-packwerk 0.1.3
Fixed
- Fix issue where some deprecated_references.yml files use single instead of double quotes and that can cause
danger-packwerk
to explode
danger-packwerk 0.1.2
Fixed
- Fixes a bug where if a constant exists in a
deprecated_references.yml
that is a substring of another constant,danger-packwerk
will attempt to leave the comment in the wrong location.
danger-packwerk 0.1.1
Fixed
- Sometimes
danger-packwerk
would not leave a comment on a constant in adeprecated_references.yml
if the constant was out of the diff range. This is fixed now by leaving the comment on the first reference to the file that has a violation, which should always be in the diff. See #2 for more info.
danger-packwerk 0.1.0
This initial release extracts danger-packwerk
from Gusto's codebase.