48d9ede0a2
feat: add support for GitLab repositories ( #49 )
2024-09-07 21:54:25 +02:00
5ea41654a7
fix(parser): continue on unparsable commit message ( #48 )
...
We should not fail the whole process if a single commit message is
unparsable.
Instead we now log the issue and ignore the commit.
2024-09-07 21:51:15 +02:00
2010ac1143
refactor(github): add pagination helper ( #47 )
2024-09-07 21:36:17 +02:00
af505c94c6
refactor: labels as structs with descriptions ( #46 )
2024-09-07 21:33:28 +02:00
b9dd0f986c
feat(cli): show release PR url in log messages ( #44 )
...
Makes navigating to the PR way easier when looking at the logs.
This requires a new `Forge.PullRequestURL()` method that needs to be
implemented for all forges.
2024-09-06 23:27:48 +02:00
2effe5e72d
feat: edit commit message after merging through PR ( #43 )
...
Closes #5
2024-09-06 23:17:06 +02:00
36a0b90bcd
refactor: releasepr markdown handling ( #42 )
2024-09-01 14:19:13 +02:00
0750bd6b46
feat: format markdown in changelog entry ( #41 )
2024-08-31 22:23:01 +02:00
4cb22eae10
refactor: replace markdown renderer ( #40 )
...
The new renderer is actually published as a module and can be extended
through the usual goldmark extensions.
2024-08-31 16:49:07 +02:00
a0a064d387
refactor: move things to packages ( #39 )
2024-08-31 15:23:21 +02:00
d5fd606577
chore: enable some more linters ( #16 )
2024-08-23 22:35:06 +02:00
0c93645b21
refactor: smaller fixes
2024-08-20 17:37:46 +02:00
fe871a0213
feat(releasepr): release PRs can be updated
...
- PR Description
- Read prefix+suffix from PR description and put into changelog
- Keep those overrides on PR description changes
- Add pending level to new PRs
2024-08-04 20:22:15 +02:00
74ea8fba17
chore: working releasable commits
2024-07-12 14:51:24 +02:00