git

package module
v0.0.0-...-0d183d3 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2024 License: Apache-2.0 Imports: 17 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Project

type Project struct {
	Owner       string
	Name        string
	Short       string
	Directory   string
	Remote      string
	CurrentTag  string
	PreviousTag string
	// contains filtered or unexported fields
}

func InitProject

func InitProject(owner string, name string, short string, directory string, tag string, token string) *Project

func (*Project) CheckCurrentTagExists

func (g *Project) CheckCurrentTagExists() error

func (*Project) CheckoutUpstream

func (g *Project) CheckoutUpstream() error

func (*Project) GetContributors

func (g *Project) GetContributors() ([]string, error)

func (*Project) GetNumChanges

func (g *Project) GetNumChanges() (int, error)

func (*Project) GetReleaseNotes

func (g *Project) GetReleaseNotes() ([]string, error)

func (*Project) GetTypeOfChanges

func (g *Project) GetTypeOfChanges() (string, error)

func (*Project) SwitchToTag

func (g *Project) SwitchToTag(tag string) error

func (*Project) VerifySemverTag

func (g *Project) VerifySemverTag() error

Jump to

Keyboard shortcuts

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