Releases: redhat-plumbers-in-action/differential-shellcheck
Releases · redhat-plumbers-in-action/differential-shellcheck
v1.2.0
v1.1.3
v1.1.2
What's Changed
Bug Fixes
- Make directory
/github/workspace
git-save (#16) @jamacku - Remove double quotes to avoid git empty pathspec warnigs (#17) @jamacku
Automation changes
Dependency Updates
- build(deps): bump actions/checkout from 2 to 3 (#12) @dependabot
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.1.0
What's Changed
Automation changes
-
Update mergify and release-drafter configuration (#6) @jamacku
-
@Dependabot configuration
-
@Mergify configuration
-
@release-drafter configuration
-
Major versions (
v1
,v2
, ...) are now released automatically
Other changes
- documentation fixes
Full Changelog: v1.0.0...v1.1.0
v1.0.0
- Initial release
- Shell scripts auto-detection based on shebangs (
!#/bin/sh
or!#/bin/bash
) and file extensions (.sh
) - Ability to white list specific error codes
- Statistics about fixed and added errors
- Colored console output