builder

package
v0.15.3 Latest Latest
Warning

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

Go to latest
Published: May 3, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Overview

Package builder is responsible for building the changelog.

Index

Constants

This section is empty.

Variables

View Source
var Now = time.Now // must be a better way to stub this

Functions

This section is empty.

Types

type Builder

type Builder interface {
	BuildChangelog() (changelog.Changelog, error)
}

func NewBuilder

func NewBuilder(options BuilderOptions) (Builder, error)

type BuilderOptions

type BuilderOptions struct {
	Logger        string
	NextVersion   string
	FromVersion   string
	LatestVersion bool
	GitClient     gitclient.GitClient
	GitHubClient  githubclient.GitHubClient
}

Jump to

Keyboard shortcuts

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