github

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNoSemverTags = errors.New("no semver tags found for repository")
)

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(token string) *Client

func (*Client) LatestSemverTag

func (c *Client) LatestSemverTag(ctx context.Context, owner, repo string) (string, error)

func (*Client) LatestTag added in v0.2.0

func (c *Client) LatestTag(ctx context.Context, owner, repo string, mode TagMode) (string, error)

type TagMode added in v0.5.0

type TagMode struct {
	Semver bool
	Major  int
}

Jump to

Keyboard shortcuts

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