lint(semanticrelease): update file permissions

This commit is contained in:
Felix Wiedmann
2021-01-23 22:53:55 +01:00
committed by GitHub
parent 6cd43d7957
commit ac1bb779bb

View File

@@ -190,7 +190,7 @@ func (s *SemanticRelease) GetChangelog(releaseVersion *shared.ReleaseVersion) (*
// WriteChangeLog writes changelog content to the given file
func (s *SemanticRelease) WriteChangeLog(changelogContent, file string) error {
return ioutil.WriteFile(file, []byte(changelogContent), 644)
return ioutil.WriteFile(file, []byte(changelogContent), 0644)
}
// Release publish release to provider