Releases
3.1.0
Compare
Sorry, something went wrong.
No results found
Features
Updater - Add post-update-script
input parameter to run custom scripts after dependency updates (#130 , #133 )
Scripts receive original and new version as arguments
Support both bash (.sh
) and PowerShell (.ps1
) scripts
Enables workflows like updating lock files, running code generators, or modifying configuration files
Updater - Add SSH key support and comprehensive authentication validation (#134 )
Add ssh-key
input parameter for deploy key authentication
Support using both ssh-key
(for git) and api-token
(for GitHub API) together
Add detailed token validation with actionable error messages
Detect common token issues: expiration, whitespace, SSH keys in wrong input, missing scopes
Validate SSH key format when provided
Fixes
Updater - Fix boolean input handling for changelog-entry
parameter and add input validation (#127 )
Updater - Fix cryptic authentication errors with better validation and error messages (#134 , closes #128 )
Dependencies
Bump Danger JS from v11.3.1 to v13.0.4 (#132 )
You can’t perform that action at this time.