diff --git a/pkg/commit/commit.go b/pkg/commit/commit.go index d95b5e4..53c7b6a 100644 --- a/pkg/commit/commit.go +++ b/pkg/commit/commit.go @@ -14,6 +14,7 @@ import ( "strings" ) +// Commit represents information needed for creating a Git commit. type Commit struct { CommitType string CommitScope string