Skip to content

Commit

Permalink
fix(Commit): Add comment to exported struct
Browse files Browse the repository at this point in the history
  • Loading branch information
HRemonen committed Oct 28, 2023
1 parent 358c4ca commit 48f6457
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/commit/commit.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import (
"strings"
)

// Commit represents information needed for creating a Git commit.
type Commit struct {
CommitType string
CommitScope string
Expand Down

0 comments on commit 48f6457

Please sign in to comment.