feat(release): Add a warning if nvchecker integration is not set or faulty
Check can be ignored by adding the #skip_check
comment/property to .nvchecker.toml
(see screenshots below).
Test with a correct .nvchecker.toml
configuration file:
Test with a non-existing .nvchecker.toml
configuration file:
Test with a faulty .nvchecker.toml
configuration file:
Test with a faulty .nvchecker.toml
configuration file that contains the '#skip_check' comment/property:
Closes #236
Edited by Robin Candau