git-chglog/cmd/git-chglog
Manuel Vogel d1dc1da744
chore: bump golang to 1.19 (#218)
* chore: bump golang to 1.19

Signed-off-by: Manuel Vogel <mavogel@posteo.de>

* fix: [#212] Vulnerabilities. (#219)

Co-authored-by: Manuel Vogel <mavogel@posteo.de>

* chore: bump all dependencies

Signed-off-by: Manuel Vogel <mavogel@posteo.de>

* chore(deps): update actions/setup-go action to v3 (#202)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update actions/checkout action to v3 (#201)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update golangci/golangci-lint-action action to v3 (#203)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(ci): add explicit go setup before linting

Signed-off-by: Manuel Vogel <mavogel@posteo.de>

* chore(ci): bump golangci to v1.50.1

Signed-off-by: Manuel Vogel <mavogel@posteo.de>

* chore: go fmt

Signed-off-by: Manuel Vogel <mavogel@posteo.de>

* chore: ignore staticcheck for strings.Title

Signed-off-by: Manuel Vogel <mavogel@posteo.de>

* chore: reaplce all ioutil with os funcs

Signed-off-by: Manuel Vogel <mavogel@posteo.de>

* chore ignore file read sec check

Signed-off-by: Manuel Vogel <mavogel@posteo.de>

* fix: remove unnecessary if before trimPrefix

Signed-off-by: Manuel Vogel <mavogel@posteo.de>

Signed-off-by: Manuel Vogel <mavogel@posteo.de>
Co-authored-by: Ben van B <030@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2023-01-22 11:56:18 +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 chore: bump golang to 1.19 (#218) 2023-01-22 11:56:18 +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