Git Chglog Versions Save

CHANGELOG generator implemented in Go (Golang).

v0.15.4

1 year ago

Changelog

  • d7f33d0 chore: update changelog for v0.15.4
  • 78063fb chore: new release due to shecksum mismatch. Closes #232

v0.15.3

1 year ago

Changelog

  • 6ad9b5c fix: release process (#231)
  • b0f4afe fix(deps): update module github.com/urfave/cli/v2 to v2.24.3 (#227)
  • f608376 fix(deps): update module github.com/fatih/color to v1.14.1 (#224)
  • 6ff4d21 fix(deps): update all non-major dependencies (#223)
  • f3cf5b6 fix(ci): add integration test with docker image (#226)
  • 0633628 chore: update changelog for v0.15.3
  • 26c9a7c chore: update changelog for v0.15.3
  • 1dbe8da chore: bump goreleaser/goreleaser-action to v4. Closes #208
  • 13cb5b3 chore: bump docker/login-action to v2. Closes #206

v0.15.2

1 year ago

Changelog

  • 66a1d9e fix: typo in readme (#196)
  • 5896ad9 fix(deps): update module gopkg.in/yaml.v2 to v3 (#221)
  • 7d4f3e8 chore: update changelog for v0.15.2
  • 3632061 chore: update changelog for v0.15.2
  • cbab5b8 chore: update Go install instructions (#205)
  • d1dc1da chore: bump golang to 1.19 (#218)
  • 4f3ff62 chore(deps): update all non-major dependencies (#220)

v0.15.1

2 years ago

Changelog

  • 93707ab fix(deps): update module github.com/andygrunwald/go-jira to v1.14.0 (#167)
  • 7a38968 fix(deps): update module github.com/alecaivazis/survey/v2 to v2.2.16 (#165)
  • 0022ecf fix(deps): update module github.com/alecaivazis/survey/v2 to v2.2.15 (#163)
  • 3d80060 fix(deps): update all non-major dependencies (#179)
  • 2861505 ci(workflows): :wrench: remove manual if contains skip in workflows (#164)
  • 03f0a44 chore: update changelog for v0.15.1
  • 9558380 chore: ignore .vscode
  • 899c1ed chore(deps): update all non-major dependencies docker tags (#168)

Docker images

  • docker pull quay.io/git-chglog/git-chglog:0.15.1

v0.15.0

2 years ago

Changelog

9842899 fix(deps): update module github.com/fatih/color to v1.12.0 (#150) ac01b30 fix(deps): update module github.com/fatih/color to v1.11.0 (#149) 45e01f0 fix(deps): update module github.com/alecaivazis/survey/v2 to v2.2.14 (#158) 6a18b6e fix(deps): update module github.com/alecaivazis/survey/v2 to v2.2.13 (#156) cefdc53 fix(deps): update module github.com/alecaivazis/survey/v2 to v2.2.12 (#147) 21b98bd feat: Automatic link for gitlab merge requests (#160) 82ead28 chore: update changelog for v0.15.0 b38b503 chore(deps): update alpine docker tag to v3.14.0 (#153)

Docker images

  • docker pull quay.io/git-chglog/git-chglog:0.15.0

v0.14.2

3 years ago

Changelog

bfac470 fix: add CommitGroupTitleOrder back to Options (#143) c257740 chore: update changelog for v0.14.2 57aad77 chore(deps): update alpine docker tag to v3.13.5 (#144)

Docker images

  • docker pull quay.io/git-chglog/git-chglog:0.14.2
  • docker pull quay.io/git-chglog/git-chglog:latest

v0.14.1

3 years ago

Changelog

fdd421b fix(template): address regression in string functions for template engine (#142) 2307bff feat: add docker image on release and master (#135) 8d9e00b ci: overall enhancements and cosmetics improvements (#134) bc0f363 chore: update changelog for v0.14.1 b02996e chore: add make release target (#130) 7cc56b1 chore: add docker target to Makefile (#138) f76afed chore(deps): update alpine docker tag to v3.13.4 (#136)

Docker images

  • docker pull quay.io/git-chglog/git-chglog:0.14.1
  • docker pull quay.io/git-chglog/git-chglog:latest

v0.14.0

3 years ago

Changelog

4f3fdc4 feat: add sprig template functions support (#131) e523fd4 feat: add --sort [TYPE] flag (#78) 34b9d5c ci: deprecate AppVoyer integration (#128) 2f5b47b chore: update changelog for v0.14.0 b44eb4e chore(CHANGELOG): regenerate CHANGELOG with type-scope and KAC template (#129)

v0.13.0

3 years ago

Changelog

9a0d584 feat: add support for rendering .Body after .Subject as part of list (#121) 3113e42 chore: use ldflags to pass version to build process (#127) 4d8b2b6 chore: update changelog for v0.13.0

v0.12.0

3 years ago

BREAKING CHANGE

JiraIssueId has been renamed to JiraIssueID. This impacts the value for pattern_maps in config.yml.

Changelog

ebff3d0 feat: allow tag sorting by semver (#124) 2caa67c chore: update changelog for v0.12.0 9926e07 chore: bumps version to v0.12.0 2c3d3f4 chore: bump golang to 1.16 (#118) 9a1a9a5 chore(docs):cleanup Markdown lint issues and line breaks (#122) ae3382b chore(ci): add golangci-lint action and apply linting changes (#120)