Releases: jimschubert/changelog
Releases · jimschubert/changelog
v0.3.0
v0.3.0
Features
- 0e0dc0acdf Add tests for changelog.go (jimschubert)
- 364d53197d Add -cover to build job (jimschubert)
- 46fac6935d quality: add sonar-project.properties (jimschubert)
- f9fba30d95 quality: add sonar LOC to readme.md (jimschubert)
Other
- fa3d4425ce Support any #\d+ in commit title as PR (jimschubert)
- b2eb260181 Evaluate PR title/labels for exclusion patterns (jimschubert)
Docker images
docker pull docker.pkg.github.com/jimschubert/changelog/changelog:latestdocker pull docker.pkg.github.com/jimschubert/changelog/changelog:v0.3.0docker 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.jsonAnd 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
v0.2.0
Cleanup
- a7f32ce392 Adds a release cleanup step (jimschubert)
- b8aa955122 Code cleanup, passing go lint (jimschubert)
- e08ff425b2 Cleanup readme (jimschubert)
Features
- c7be19c69a Add CompareURL, DiffURL, PatchURL to template data (jimschubert)
- fed95e461e Add badges to README (jimschubert)
- ac42903384 Add sort order to changelog output (jimschubert)
Other
- b0196fa74a Update changelog generation in goreleaser (jimschubert)
- 5be45b15d3 Try providing docker image-name in build from GITHUB_REPOSITORY (jimschubert)
- c691f08f55 Simplify build of docker latest image (jimschubert)
- 7fa9156003 PR bool and URL, some tests (jimschubert)
- e9f4e2b71e Prepare for grouping commits (jimschubert)
- ec1970eb31 Support for excludes (jimschubert)
Docker images
docker pull docker.pkg.github.com/jimschubert/changelog/changelog:latestdocker pull docker.pkg.github.com/jimschubert/changelog/changelog:v0.2.0docker 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.jsonAnd 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
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:latestdocker pull docker.pkg.github.com/jimschubert/changelog/changelog:v0.1docker pull docker.pkg.github.com/jimschubert/changelog/changelog:v0