Skip to content

Releases: jimschubert/changelog

v1.2.1

31 May 02:56
Compare
Choose a tag to compare

Changelog

1574356 Fix commit iteration for local processing

Docker images

  • docker pull jimschubert/changelog:latest
  • docker pull jimschubert/changelog:v1.2.1
  • docker pull jimschubert/changelog:v1

v1.2.0

30 May 02:41
Compare
Choose a tag to compare

Changelog

7105a2e Separate PR ci from release ci
8048fa0 Include homebrew install instructions
86ddccd Allow owner/repo to be empty when using external config

Docker images

  • docker pull jimschubert/changelog:latest
  • docker pull jimschubert/changelog:v1.2.0
  • docker pull jimschubert/changelog:v1

v1.1.1

30 May 01:05
Compare
Choose a tag to compare

Changelog

5ba39e5 goreleaser docker publish
f2588fb Use correct secret for gorelaser
9d37208 Use correct secret for gorelaser
abb6c1b Update to actions/setup-go@v2
71786f0 Fix issue when author is null (#2)
e70bde3 Change GitHub Packages to Docker. What even is the point of GitHub Packages, anyway?
42951e5 Bump cache and setup-go action versions
1b870f2 Add support for homebrew

Docker images

  • docker pull jimschubert/changelog:latest
  • docker pull jimschubert/changelog:v1.1.1
  • docker pull jimschubert/changelog:v1

v1.1.0

08 Apr 02:06
Compare
Choose a tag to compare

Changelog

d466e81 fix: use goccy/yaml to fix yaml parsing

Docker images

  • docker pull docker.pkg.github.com/jimschubert/changelog/changelog:latest
  • docker pull docker.pkg.github.com/jimschubert/changelog/changelog:v1.1.0
  • docker pull docker.pkg.github.com/jimschubert/changelog/changelog:v1

v1.0.0

07 Apr 15:37
Compare
Choose a tag to compare

Changelog

bf79269 feat: Official module release

Docker images

  • docker pull docker.pkg.github.com/jimschubert/changelog/changelog:latest
  • docker pull docker.pkg.github.com/jimschubert/changelog/changelog:v1.0.0
  • docker pull docker.pkg.github.com/jimschubert/changelog/changelog:v1

v0.5.0

07 Apr 14:20
Compare
Choose a tag to compare

Docker images

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

v0.4.0

22 Mar 20:09
Compare
Choose a tag to compare

Changelog

46fac69 quality: add sonar-project.properties
f9fba30 quality: add sonar LOC to readme.md
9cc61f7 Updated readme with full usage details, moved TemplateData for visibility
1963263 Update changelog name
b0196fa Update changelog generation in goreleaser
5be45b1 Try providing docker image-name in build from GITHUB_REPOSITORY
ec1970e Support for excludes
fa3d442 Support any #\d+ in commit title as PR
c691f08 Simplify build of docker latest image
b849ab9 Release configuration for GitHub Package Registry
08046f5 Reduce query timeout, add config tests
8612598 README: Add docker pull count
e9f4e2b Prepare for grouping commits
7fa9156 PR bool and URL, some tests
81676d6 Merge branch 'master' of github.com:jimschubert/changelog
d6b7087 Initial query/output support of basic changelog
ae494dc Initial commit
36a794c Include in-order grouped template by default
b2eb260 Evaluate PR title/labels for exclusion patterns
fe44c9c Declare ResolveType on Config to allow correct marshalling
b8aa955 Code cleanup, passing go lint
e08ff42 Cleanup readme
a7f32ce Adds a release cleanup step
0e0dc0a Add tests for changelog.go
ac42903 Add sort order to changelog output
d707829 Add some placeholder command line args
6db2267 Add resolve types
2632771 Add docker publish to gpr
60ac26a Add build status badge
fed95e4 Add badges to README
c7be19c Add CompareURL, DiffURL, PatchURL to template data
364d531 Add -cover to build job
9990aad 🎨 fmt->log in changelog.go

Docker images

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

v0.3.0

21 Mar 17:26
Compare
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
Compare
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
Compare
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