refactor(pkg): clean up semantic release interface

This commit is contained in:
Nightapes
2019-07-24 22:14:03 +02:00
parent e222734a1a
commit 1daff2bc8a
9 changed files with 171 additions and 63 deletions

View File

@@ -55,7 +55,7 @@ func Read(configPath string) (*ReleaseConfig, error) {
return &ReleaseConfig{}, err
}
log.Debugf("Found config %+v", releaseConfig)
log.Tracef("Found config %+v", releaseConfig)
return &releaseConfig, nil
}