core

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2021 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var PrefixOrder = []string{
	"feat",
	"update",
	"fix",
	"refactor",
	"docs",
	"test",
	"clean",
	"chore",
}

PrefixOrder is order prefix string

View Source
var PrefixTitle = map[string]string{
	"feat":     "Features",
	"update":   "Updates",
	"fix":      "Bug Fixed",
	"docs":     "Documents",
	"refactor": "Refactorings",
	"test":     "Tests",
	"clean":    "Clean up",
	"chore":    "Other",
}

PrefixTitle ref: prefix: https://github.com/tricot-inc/kamui/blob/main/CONTRIBUTING.md#type

Functions

func Changelog

func Changelog(owner string, repo string, target string, token string) error

Changelog is generate changelog text

Types

This section is empty.

Jump to

Keyboard shortcuts

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