Commit graph

74 commits

Author SHA1 Message Date
renovate[bot]
5b5b29c0b5
deps: update dependency go to v1.25.0 (#222)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-24 13:50:59 +00:00
renovate[bot]
73d9c877b0
deps: update module gitlab.com/gitlab-org/api/client-go to v0.142.0 (#231)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-21 17:57:43 +00:00
renovate[bot]
014ec7b723
deps: update module gitlab.com/gitlab-org/api/client-go to v0.141.2 (#230)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-20 17:46:15 +00:00
renovate[bot]
dbde726d15
deps: update module gitlab.com/gitlab-org/api/client-go to v0.141.1 (#228)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-18 22:53:08 +00:00
renovate[bot]
6e2c754376
deps: update module gitlab.com/gitlab-org/api/client-go to v0.140.0 (#227)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-18 17:25:07 +00:00
renovate[bot]
eb6c687737
deps: update module gitlab.com/gitlab-org/api/client-go to v0.139.2 (#226)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-14 10:09:38 +00:00
renovate[bot]
fd903e056c
deps: update module gitlab.com/gitlab-org/api/client-go to v0.139.0 (#223)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-13 09:51:56 +00:00
renovate[bot]
763a5defac
deps: update module gitlab.com/gitlab-org/api/client-go to v0.138.0 (#221)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-12 13:44:44 +00:00
renovate[bot]
e73bf82a92
deps: update dependency go to v1.24.6 (#219)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-06 21:26:34 +00:00
renovate[bot]
785c29deb2
deps: update module github.com/yuin/goldmark to v1.7.13 (#218)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-22 21:14:29 +00:00
renovate[bot]
273107b9af
deps: update module gitlab.com/gitlab-org/api/client-go to v0.137.0 (#217)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-21 22:36:38 +00:00
renovate[bot]
75fe90ab6e
deps: update dependency go to v1.24.5 (#209)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-09 00:02:06 +00:00
renovate[bot]
3e77b7e0d9
deps: update module gitlab.com/gitlab-org/api/client-go to v0.134.0 (#208)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-07 16:50:20 +00:00
renovate[bot]
a7347bc191
deps: update module gitlab.com/gitlab-org/api/client-go to v0.133.0 (#206)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-03 12:13:44 +00:00
renovate[bot]
6e97e0d601
deps: update module gitlab.com/gitlab-org/api/client-go to v0.132.0 (#205)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-02 16:10:25 +00:00
renovate[bot]
48b8696efc
deps: update module gitlab.com/gitlab-org/api/client-go to v0.131.0 (#204)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-01 19:53:10 +00:00
eae0045359
feat: colorize log output (#195)
Makes it easier to read, uses lmittmann/tint.
2025-06-14 13:11:28 +00:00
renovate[bot]
983162d26e
deps: update module gitlab.com/gitlab-org/api/client-go to v0.130.1 (#192)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-12 03:44:02 +00:00
renovate[bot]
e6e9779e87
deps: update module gitlab.com/gitlab-org/api/client-go to v0.130.0 (#191)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-11 16:54:03 +00:00
81a855f5ab
feat: avoid pushing release branch only for rebasing (#114)
Right now releaser-pleaser pushes the branch even if it is only for a "rebase",
this wastes CI resources. Instead, it should only push when there are changes
to the files it owns.

- **Old**: Push when there is a diff origin/release-pr..release-pr
- **New**: Push when the these two diffs are not the same:
  
      origin/main..release-pr
      $(git merge-base origin/main origin/release-pr)..release-pr

Closes #92
2025-06-09 10:52:09 +02:00
renovate[bot]
f2786c8f39
deps: update module github.com/go-git/go-git/v5 to v5.16.2 (#188)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-09 07:06:06 +00:00
1779356543
deps: replace xanzy/go-gitlab with official client (#182) 2025-06-07 16:42:29 +00:00
renovate[bot]
49855aa700
deps: update module github.com/google/go-github/v66 to v72 (#185)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-07 18:39:05 +02:00
renovate[bot]
1f882bf014
deps: update dependency go to v1.24.4 (#181)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-06 22:07:04 +00:00
renovate[bot]
31b12b9c33
deps: update module github.com/go-git/go-git/v5 to v5.16.1 (#180)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-04 12:24:23 +00:00
renovate[bot]
9c95dd558b
deps: update module github.com/yuin/goldmark to v1.7.12 (#173)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-17 14:40:46 +00:00
renovate[bot]
c31e40d04b
deps: update dependency go to v1.24.3 (#172)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-06 19:20:16 +00:00
renovate[bot]
86207b80f2
deps: update module github.com/yuin/goldmark to v1.7.11 (#170)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-27 14:32:40 +00:00
renovate[bot]
b658a3a531
deps: update module github.com/teekennedy/goldmark-markdown to v0.5.1 (#169)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-24 01:58:58 +00:00
renovate[bot]
85ff2126b1
deps: update module github.com/go-git/go-git/v5 to v5.16.0 (#168)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-15 22:53:49 +00:00
renovate[bot]
377ec44cd3
deps: update module github.com/yuin/goldmark to v1.7.10 (#167)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-15 22:53:41 +00:00
renovate[bot]
7fe19174db
deps: update module github.com/yuin/goldmark to v1.7.9 (#166)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-14 22:44:55 +00:00
renovate[bot]
9d0cfc7c83
deps: update module github.com/go-git/go-git/v5 to v5.15.0 (#164)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-11 10:45:01 +00:00
renovate[bot]
1bb296a509
deps: update dependency go to v1.24.2 (#163)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-01 19:11:37 +00:00
renovate[bot]
a594ac0373
deps: update module golang.org/x/net to v0.36.0 [security] (#158)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-13 15:12:14 +00:00
renovate[bot]
6c57ad0fbb
deps: update dependency go to v1.24.1 (#154)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-04 22:53:53 +00:00
renovate[bot]
e795d16489
deps: update module github.com/go-git/go-git/v5 to v5.14.0 (#152)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-27 16:28:51 +00:00
renovate[bot]
510f62f75d
deps: update module github.com/spf13/cobra to v1.9.1 (#148)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-17 02:51:50 +00:00
renovate[bot]
da66bd0cc4
deps: update module github.com/spf13/cobra to v1.9.0 (#147)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-15 22:42:09 +00:00
renovate[bot]
871f69acbe
deps: update dependency go to v1.24.0 (#142)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-12 06:55:41 +00:00
renovate[bot]
7a92e82d94
deps: update dependency go to v1.23.6 (#141)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-04 20:36:25 +00:00
renovate[bot]
0774353639
deps: update module github.com/go-git/go-git/v5 to v5.13.2 (#139)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-23 01:57:18 +00:00
renovate[bot]
28a71f54d4
deps: update dependency go to v1.23.5 (#136)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-16 21:25:30 +00:00
renovate[bot]
da6fe2a380
deps: update module github.com/go-git/go-git/v5 to v5.13.1 (#131)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-02 19:21:43 +00:00
renovate[bot]
928472b7eb
deps: update module github.com/go-git/go-git/v5 to v5.13.0 (#127)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-29 00:22:02 +00:00
renovate[bot]
57d2ab8b26
deps: update module golang.org/x/net to v0.33.0 [security] (#126)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-22 16:55:47 +00:00
renovate[bot]
4e784f2ccc
deps: update module golang.org/x/crypto to v0.31.0 [security] (#124)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-15 00:48:12 +00:00
renovate[bot]
093f0f97bd
deps: update module github.com/teekennedy/goldmark-markdown to v0.4.1 (#125)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-15 00:47:46 +00:00
renovate[bot]
e7db5b2e66
deps: update module github.com/teekennedy/goldmark-markdown to v0.4.0 (#123)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-14 21:50:52 +00:00
renovate[bot]
05b492fa0e
deps: update module github.com/stretchr/testify to v1.10.0 (#115)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-23 13:56:11 +00:00