style(assets): rename container to set

This commit is contained in:
Nightapes
2020-03-24 19:56:57 +01:00
parent 92600059c2
commit 400a25f950
5 changed files with 7 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ type SemanticRelease struct {
analyzer *analyzer.Analyzer
calculator *calculator.Calculator
releaser releaser.Releaser
assets *assets.Container
assets *assets.Set
repository string
checkConfig bool
}