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
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