0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-06-02 17:39:39 +02:00
Commit Graph

26 Commits

Author SHA1 Message Date
renovate[bot]
2d2de1a5e0
chore(deps): update golang devdeps non-major (#55)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
2024-02-12 09:09:42 +01:00
renovate[bot]
689ceb2b16
chore(deps): update docker.io/library/golang docker tag to v1.22 (#53)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
2024-02-07 22:32:36 +01:00
24ca46653d
fix: use description for breaking changes if no message in footer (#16) 2023-10-28 22:25:07 +02:00
db1691ada4
refactor: rework packages and interfaces (#3) 2023-10-15 21:29:29 +02:00
00e2fe31e5
initial commit after fork 2023-10-12 16:18:25 +02:00
Beatriz Vieira
12a52d9ecf test: add carriage return tests on parse
issue: #85
2023-01-21 22:03:10 -03:00
hypervtechnics
25458f20f6 revert: "refactor: add error handling for parsing messages"
This reverts commit c6aaac5638.
issue: #45
2022-04-04 10:03:02 +02:00
hypervtechnics
c6aaac5638 refactor: add error handling for parsing messages
issue: #45
2022-04-04 08:55:29 +02:00
hypervtechnics
2adacd62ef test: add tests for header selector behaviour
issue: #45
2022-03-31 16:41:44 +02:00
Beatriz Vieira
6184ac3ad4 refactor: fix tagliatelle yaml lint 2021-07-31 16:39:38 -03:00
Beatriz Vieira
162ce50ae5 refactor: remove uneeded comment 2021-07-31 16:25:55 -03:00
Beatriz Vieira
b83c6e335d chore: run lint autofix 2021-07-31 16:03:58 -03:00
Beatriz Vieira
ff34b484a5 feat: add flags to commit command 2021-07-31 00:47:58 -03:00
Beatriz Vieira
50ba69318c feat: add support to append a prefix to issue value on footer metadata 2021-07-18 17:18:00 -03:00
Beatriz Vieira
a8139b4b26 fix: use use-hash config when enhancing commit message 2021-07-18 16:20:38 -03:00
Beatriz Vieira
175ef8b587 test: add empty issue key test
issue: #13
2021-03-12 21:43:27 -03:00
Beatriz Vieira
6352c96aa5 refactor: ignore footer config if key is empty
issue: #13
2021-03-11 23:38:49 -03:00
Beatriz Vieira
48620a776d feat: use skip-detached to skip validation on detached branches
issue: #11
2021-03-04 00:42:51 -03:00
Beatriz Vieira
57995c3458 feat: support # as footer metadata separator 2021-02-15 03:23:02 -03:00
Beatriz Vieira
2ae35c91af feat: remove breaking change synonyms support
BREAKING CHANGE: is not possible to set breaking change footer synonym
2021-02-15 00:05:43 -03:00
Beatriz Vieira
df26b50096 feat: validate scope at validate-commit-message command 2021-02-14 23:17:04 -03:00
Beatriz Vieira
e70283a0c5 feat: config sv4git using yaml
BREAKING CHANGE: stop using var envs to config sv4git
2021-02-14 19:42:22 -03:00
Beatriz Vieira
f6debee45e refactor: create branches config
BREAKING CHANGE: remove BRANCH_ISSUE_REGEX varenv
2021-02-14 01:48:11 -03:00
Beatriz Vieira
de23ff9638 refactor: merge CommitMessageProcessor and MessageProcessor 2021-02-14 01:04:32 -03:00
Beatriz Vieira
6c2039aa2a test: add tests for message issueID and format 2020-12-02 00:12:57 -03:00
Beatriz Vieira
8ea624efa3 refactor: rename ValidateMessageProcessor to MessageProcessor 2020-12-01 23:52:15 -03:00