changelog

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2017 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Changelog

type Changelog map[string]Section

Changelog is a representation of a CHANGELOG file, split by release sections.

func Read

func Read(path string) (Changelog, error)

Read reads an existing CHANGELOG file.

type Section

type Section struct {
	Tag  string
	Body string
}

Section holds CHANGELOG.md sections, mapping the release tag to the body contents.

Jump to

Keyboard shortcuts

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