Skip to content

Releases: jimschubert/changelog

v0.3.0

21 Mar 17:26

Choose a tag to compare

v0.3.0

Features

Other

Docker images

  • docker pull docker.pkg.github.com/jimschubert/changelog/changelog:latest
  • docker pull docker.pkg.github.com/jimschubert/changelog/changelog:v0.3.0
  • docker pull docker.pkg.github.com/jimschubert/changelog/changelog:v0

NOTE

The above changelog was generated with v0.3.0 using the following command

./changelog -o jimschubert -r changelog -f v0.2.0 -t v0.3.0 \
  --config simple.json

And the following grouping template:

## {{.Version}}

{{range $key, $value := .Grouped -}}
### {{ $key }}

{{range $value -}}
* [{{.CommitHashShort}}]({{.CommitURL}}) {{.Title}} ({{if .IsPull}}[contributed]({{.PullURL}}) by {{end}}[{{.Author}}]({{.AuthorURL}}))
{{end}}
{{end}}

v0.2.0

14 Mar 21:21

Choose a tag to compare

v0.2.0

Cleanup

Features

Other

Docker images

  • docker pull docker.pkg.github.com/jimschubert/changelog/changelog:latest
  • docker pull docker.pkg.github.com/jimschubert/changelog/changelog:v0.2.0
  • docker pull docker.pkg.github.com/jimschubert/changelog/changelog:v0

NOTE

The above changelog was generated with v0.2.0 using the following command

./changelog -o jimschubert -r changelog -f v0.1.0 -t v0.2.0 \
  --config /Users/jim/golang/src/github.com/jimschubert/changelog/.bak/simple.json

And the following grouping template:

## {{.Version}}

{{range $key, $value := .Grouped -}}
### {{ $key }}

{{range $value -}}
* [{{.CommitHashShort}}]({{.CommitURL}}) {{.Title}} ({{if .IsPull}}[contributed]({{.PullURL}}) by {{end}}[{{.Author}}]({{.AuthorURL}}))
{{end}}
{{end}}

v0.1

08 Mar 18:08

Choose a tag to compare

Changelog

60ac26a Add build status badge
2632771 Add docker publish to gpr
6db2267 Add resolve types
d707829 Add some placeholder command line args
fe44c9c Declare ResolveType on Config to allow correct marshalling
ae494dc Initial commit
d6b7087 Initial query/output support of basic changelog
81676d6 Merge branch 'master' of github.com:jimschubert/changelog
08046f5 Reduce query timeout, add config tests
b849ab9 Release configuration for GitHub Package Registry
1963263 Update changelog name

Docker images

  • docker pull docker.pkg.github.com/jimschubert/changelog/changelog:latest
  • docker pull docker.pkg.github.com/jimschubert/changelog/changelog:v0.1
  • docker pull docker.pkg.github.com/jimschubert/changelog/changelog:v0