Registry / utility / influxdata-changelog

influxdata-changelog

JSON →
library1.1.0gogounverified

A Go library for parsing and generating changelog files in the Keep a Changelog format.

go get github.com/influxdata/changelog
INSTALL
IMPORT
SIG · INFLUXDATA-CHANGEL
I
influxdata-changelog
utilitygov1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

changelog
github.com/influxdata/changelog

Parse a changelog file

package main import "github.com/influxdata/changelog" func main() { log, err := changelog.ParseFile("CHANGELOG.md") if err != nil { panic(err) } println(log.Version) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
influxdata-changelog — go get influxdata-changelog · libregistry