renovate[bot]
fe496cdfc8
fix(deps): update all non-major dependencies
2025-12-14 05:51:10 +00:00
renovate[bot]
83fc0386ad
fix(deps): update module gopkg.in/yaml.v2 to v3 ( #246 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-28 08:35:43 +01:00
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
renovate[bot]
09d3a61821
fix(deps): update all non-major dependencies ( #240 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 08:42:59 +01:00
renovate[bot]
d93ef22384
fix(deps): update all non-major dependencies ( #236 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-13 16:20:59 +01:00
renovate[bot]
ffadcdb2f8
fix(deps): update module github.com/kyokomi/emoji/v2 to v2.2.12 ( #233 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-19 22:34:31 +01:00
renovate[bot]
09ccd2f09b
fix(deps): update module github.com/urfave/cli/v2 to v2.24.4 ( #229 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-17 14:11:51 +01:00
renovate[bot]
b0f4afeff4
fix(deps): update module github.com/urfave/cli/v2 to v2.24.3 ( #227 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-08 15:01:44 +01:00
renovate[bot]
f608376b8d
fix(deps): update module github.com/fatih/color to v1.14.1 ( #224 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-24 07:27:10 +01:00
renovate[bot]
6ff4d21a0e
fix(deps): update all non-major dependencies ( #223 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-23 09:58:25 +01:00
renovate[bot]
4f3ff62db6
chore(deps): update all non-major dependencies ( #220 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-22 12:01:00 +01:00
renovate[bot]
5896ad91ce
fix(deps): update module gopkg.in/yaml.v2 to v3 ( #221 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-22 11:59:09 +01:00
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
renovate[bot]
3d8006051f
fix(deps): update all non-major dependencies ( #179 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-14 13:20:53 +01:00
renovate[bot]
899c1ede45
chore(deps): update all non-major dependencies docker tags ( #168 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-31 12:24:56 +02:00
renovate[bot]
93707ab667
fix(deps): update module github.com/andygrunwald/go-jira to v1.14.0 ( #167 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-04 15:56:31 +02:00
renovate[bot]
7a3896821b
fix(deps): update module github.com/alecaivazis/survey/v2 to v2.2.16 ( #165 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-04 11:34:53 +02:00
renovate[bot]
0022ecf864
fix(deps): update module github.com/alecaivazis/survey/v2 to v2.2.15 ( #163 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-26 10:13:47 +02:00
renovate[bot]
45e01f0f7f
fix(deps): update module github.com/alecaivazis/survey/v2 to v2.2.14 ( #158 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-05 10:18:56 +02:00
renovate[bot]
6a18b6ef90
fix(deps): update module github.com/alecaivazis/survey/v2 to v2.2.13 ( #156 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-29 08:24:33 +02:00
renovate[bot]
9842899ea1
fix(deps): update module github.com/fatih/color to v1.12.0 ( #150 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-25 09:05:09 +02:00
renovate[bot]
ac01b30c39
fix(deps): update module github.com/fatih/color to v1.11.0 ( #149 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-14 09:19:18 +02:00
renovate[bot]
cefdc53e29
fix(deps): update module github.com/alecaivazis/survey/v2 to v2.2.12 ( #147 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-30 14:03:34 +02:00
Trent Albright
4f3fdc4dae
feat: add sprig template functions support ( #131 )
...
* cherry-pick from delmendo
* add tests, docs, and lift hermetic restriction
* remove duplicate funcs that are now provided by sprig
* switch func load order to allow built-ins precedence
* Update chglog.go
Co-authored-by: Dirk Elmendorf <dirk@r26d.com>
2021-03-28 22:18:36 -05:00
Louis DeLosSantos
ebff3d0beb
feat: allow tag sorting by semver ( #124 )
...
Relates to #123 .
While this does not introduce "per-branch" tag parsing it does allow an
alternative tag sorting method which maybe a better solution.
With this commit the user can decide to sort the tags by semver instead
of dates.
This is useful where repositories are utilizing a stable branch model
and back-ports are interleaved with new releases.
For example, if your mainline is on v3.0.0 with it's last release
1/1/2021 and a back-port release of v2.0.1 is released on 1/2/2021,
sorting by semver will correctly order the change log producing
v2.0.1 -> v2.0.1 -> v3.0.0
This functionality is completely opt-in and defaults to the original
"date" sorting
Signed-off-by: ldelossa <louis.delos@gmail.com>
2021-03-20 17:21:47 -05:00
Manuel Vogel
2c3d3f400e
chore: bump golang to 1.16 ( #118 )
...
* chore: support goarch 386
* docs(readme): add golang version hint in development section
2021-03-14 21:21:30 +01:00
renovate[bot]
703cfdefff
fix(deps): update all non-major dependencies ( #115 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-12 10:27:27 -06:00
Chao Li
a1c84d7a0d
feat: add Jira integration ( #52 )
2021-03-11 08:40:32 +01:00
Derek Smith
efa1c30c0a
fix(deps): update module gopkg.in/kyokomi/emoji.v1 to github.com/kyokomi/emoji/v2 ( #109 )
2021-03-05 11:54:38 -06:00
Derek Smith
43006610a1
fix(deps): update module github.com/urfave/cli to v2 ( #107 )
...
* Migration guide https://github.com/urfave/cli/blob/master/docs/migrate-v1-to-v2.md
2021-03-04 17:18:00 -06:00
renovate[bot]
8195e12833
fix(deps): update module github.com/stretchr/testify to v1.7.0 ( #103 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-04 15:32:24 -06:00
Derek Smith
289163a1e2
fix(deps): update module gopkg.in/alecaivazis/survey.v1 to github.com/AlecAivazis/survey/v2 ( #108 )
2021-03-04 13:59:32 -06:00
Manuel Vogel
41ad31326b
feat: switch from dep to go mod ( #85 )
2021-01-08 09:28:21 +01:00