git-chglog/cmd/git-chglog
renovate[bot] 65fd9c7cb6
fix(deps): update all non-major dependencies (#269)
* fix(deps): update all non-major dependencies

* chore: bump go to v1.24

Signed-off-by: Manuel Vogel <8409778+mavogel@users.noreply.github.com>

* fix: build and lint

Signed-off-by: Manuel Vogel <8409778+mavogel@users.noreply.github.com>

* fix: goreleaser

Signed-off-by: Manuel Vogel <8409778+mavogel@users.noreply.github.com>

* fix: goveralls

Signed-off-by: Manuel Vogel <8409778+mavogel@users.noreply.github.com>

* fix: remove deprecatad linter

Signed-off-by: Manuel Vogel <8409778+mavogel@users.noreply.github.com>

* fix: goveralls latest version install

Signed-off-by: Manuel Vogel <8409778+mavogel@users.noreply.github.com>

* fix: linter

Signed-off-by: Manuel Vogel <8409778+mavogel@users.noreply.github.com>

* fix: bump ci linter to v1.64.7

Signed-off-by: Manuel Vogel <8409778+mavogel@users.noreply.github.com>

* fix: bump ci linter to v1.64.7 and fix issues

Signed-off-by: Manuel Vogel <8409778+mavogel@users.noreply.github.com>

* fix: remove version from linter yaml

Signed-off-by: Manuel Vogel <8409778+mavogel@users.noreply.github.com>

---------

Signed-off-by: Manuel Vogel <8409778+mavogel@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Manuel Vogel <8409778+mavogel@users.noreply.github.com>
2025-03-26 17:06:17 +01:00
..
builder.go refactor: Refactor Initializer to testable 2018-02-25 00:58:54 +09:00
cli.go chore(ci): add golangci-lint action and apply linting changes (#120) 2021-03-16 21:24:36 -05:00
cli_test.go chore(ci): add golangci-lint action and apply linting changes (#120) 2021-03-16 21:24:36 -05:00
config.go fix: add CommitGroupTitleOrder back to Options (#143) 2021-04-14 17:01:05 -04:00
config_builder.go feat: Add emoji format and some formatters in variables 2019-11-27 22:35:00 +09:00
config_builder_mock.go refactor: Refactor Initializer to testable 2018-02-25 00:58:54 +09:00
config_builder_test.go feat: Add URL of output example for template style 2018-05-06 14:23:19 +09:00
config_loader.go chore: bump golang to 1.19 (#218) 2023-01-22 11:56:18 +01:00
config_loader_mock.go feat: Add cli client 2018-02-17 20:28:34 +09:00
config_test.go feat: enable tag_filter_pattern in config options (#72) 2021-01-09 09:51:14 +01:00
context.go feat: add --sort [TYPE] flag (#78) 2021-03-28 22:17:21 -05:00
custom_template_builder.go chore(ci): add golangci-lint action and apply linting changes (#120) 2021-03-16 21:24:36 -05:00
custom_template_builder_test.go feat: Add URL of output example for template style 2018-05-06 14:23:19 +09:00
fs.go fix(deps): update all non-major dependencies (#269) 2025-03-26 17:06:17 +01:00
fs_mock.go refactor: Refactor Initializer to testable 2018-02-25 00:58:54 +09:00
generator.go feat: add Jira integration (#52) 2021-03-11 08:40:32 +01:00
generator_mock.go feat: add Jira integration (#52) 2021-03-11 08:40:32 +01:00
initializer.go chore(ci): add golangci-lint action and apply linting changes (#120) 2021-03-16 21:24:36 -05:00
initializer_test.go test: Pass all the test cases with windows 2018-03-02 02:06:19 +09:00
kac_template_builder.go feat: Add URL of output example for template style 2018-05-06 14:23:19 +09:00
kac_template_builder_test.go feat: Add URL of output example for template style 2018-05-06 14:23:19 +09:00
main.go feat: add --sort [TYPE] flag (#78) 2021-03-28 22:17:21 -05:00
main_test.go chore(ci): add golangci-lint action and apply linting changes (#120) 2021-03-16 21:24:36 -05:00
processor_factory.go feat: Add support for Bitbucket 2018-04-14 15:09:06 +09:00
processor_factory_test.go chore(ci): add golangci-lint action and apply linting changes (#120) 2021-03-16 21:24:36 -05:00
questioner.go chore(ci): add golangci-lint action and apply linting changes (#120) 2021-03-16 21:24:36 -05:00
questioner_mock.go refactor: Refactor Initializer to testable 2018-02-25 00:58:54 +09:00
status_code.go feat: Add cli client 2018-02-17 20:28:34 +09:00
template_builder.go feat: Add URL of output example for template style 2018-05-06 14:23:19 +09:00
template_builder_mock.go refactor: Refactor Initializer to testable 2018-02-25 00:58:54 +09:00
utils.go chore(ci): add golangci-lint action and apply linting changes (#120) 2021-03-16 21:24:36 -05:00
utils_test.go feat: Add cli client 2018-02-17 20:28:34 +09:00
variables.go chore(ci): add golangci-lint action and apply linting changes (#120) 2021-03-16 21:24:36 -05:00
variables_test.go feat: Add emoji format and some formatters in variables 2019-11-27 22:35:00 +09:00