Version 1.0 has been released!
Breaking Changes
node_version
is now required (previously defaulted to 16)sonar_comment_token
has been removed (ignored by SonarCloud)sonar_project_token
has been renamedsonar_token
New Features
• triggers
specifies whether to run tests or exit succesfully (when not needed)
• branch
allows cloning a non-default branch (useful for testing)
What's Changed
- feat: make node_version a required field by @craigyu in #20
- feat: add triggers by @DerekRoberts in #25
- feat: optional non-default checkout branch by @DerekRoberts in #28
- bug: drop ignored sonar comment token by @DerekRoberts in #29
- docs: update readme for triggers by @DerekRoberts in #30
- feat: deprecation messages and exits by @DerekRoberts in #31
New Contributors
Full Changelog: v0.0.2...v1.0.0