types

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 21, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Commit

type Commit struct {
	Type       CommitType
	Scope      string
	Message    string
	Body       string
	IsBreaking bool
	Footers    []string
	UseEmoji   bool
}

func (*Commit) String

func (c *Commit) String() string

type CommitType

type CommitType string
const (
	Feat     CommitType = "feat"
	Fix      CommitType = "fix"
	Hotfix   CommitType = "hotfix"
	Refactor CommitType = "refactor"
	Docs     CommitType = "docs"
	Test     CommitType = "test"
	Chore    CommitType = "chore"
	Upgrade  CommitType = "upgrade"
	Release  CommitType = "release"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL