Skip to content

Save author info #3

Open
Open
@aexvir

Description

@aexvir

Something like

type CommitAuthor struct {
	Name string
	Email  string
	Username string
}

So the Commit will look like

type Commit struct {
	Category string
	Scope    string
	Breaking bool
	Heading  string
	Body     string
	Hash     Hash
        Author   CommitAuthor
	Issues   []int
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions