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

57 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
aafeb36d4a
feat: add flag to control tag annotation (#13) 2023-10-18 15:51:05 +02:00
53af856cc5
fix: ensure logger is configured before first usage (#12) 2023-10-17 15:23:29 +02:00
be1b592470
feat: add special value next for tag filters 2023-10-17 09:52:28 +02:00
7e4c4257eb
fix gomod version 2023-10-16 21:41:33 +02:00
14ee7e71c2
feat: add option to write changelogs to file (#6) 2023-10-16 00:29:02 +02:00
eb7bea48e2
fix: add missing processors and fix logging 2023-10-15 22:20:39 +02:00
db1691ada4
refactor: rework packages and interfaces (#3) 2023-10-15 21:29:29 +02:00
0d2a36112b
cleanup docs and repo settings 2023-10-12 17:26:56 +02:00
00e2fe31e5
initial commit after fork 2023-10-12 16:18:25 +02:00
Beatriz Vieira
67042ac1e7 feat: migrate 'release-notes.headers' to 'release-notes.sections'
issue: #40
2022-02-28 20:47:45 -03:00
Beatriz Vieira
ef2bc8638a feat: add support to use templates defined on the repository (.sv4git/templates)
issue: #40
2022-02-06 18:22:54 -03:00
Beatriz Vieira
0230b1e00f refactor: move templates from sv to cmd/git-sv
issue: #40
2022-02-06 18:15:36 -03:00
Beatriz Vieira
6352021adb feat: add semantic-version-only flat to changelog command 2022-01-29 19:25:52 -03:00
Beatriz Vieira
d02c8b59f6 refactor: better log on cli failure 2021-09-24 17:50:59 -03:00
Beatriz Vieira
c479f4a575 fix: set go module name to be compatible with v2 2021-07-31 20:40:05 -03:00
Beatriz Vieira
8fa467b5f0 refactor: if version is not set during build, use version 'source' as default 2021-07-31 19:10:21 -03:00
Beatriz Vieira
2527563975 refactor: isolate load config inside a function 2021-07-31 19:05:22 -03:00
Beatriz Vieira
721e39feb1 fix: add better logs on fatal errors 2021-07-31 18:20:56 -03:00
Beatriz Vieira
7b3df4e245 refactor: remove unused variables 2021-07-31 17:09:25 -03:00
Beatriz Vieira
dcba256903 refactor: fix ifshort lint 2021-07-31 16:35:54 -03:00
Beatriz Vieira
b83c6e335d chore: run lint autofix 2021-07-31 16:03:58 -03:00
Beatriz Vieira
821a4889c6 refactor: change commit command flag alias 2021-07-31 15:59:23 -03:00
Beatriz Vieira
ff34b484a5 feat: add flags to commit command 2021-07-31 00:47:58 -03:00
Sheldon Hull
7d74abd677 refactor: 🚚 adjust module naming to support go install 2021-07-22 18:07:18 -05:00
Beatriz Vieira
a58c345340 fix(config): empty slices must overwrite default config
issue: #20
2021-04-12 22:19:36 -03:00
Beatriz Vieira
a1eaa78a6c feat(changelog): add add-next-version flag
issue: #17
2021-04-10 22:59:30 -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
29594212f3 fix(validate-commit-message): ignore validation when source is merge
issue: #11
2021-02-25 21:22:28 -03:00
Beatriz Vieira
5c992b6826 feat: ignore known types on bumping version if not mapped on bump config 2021-02-15 02:41:43 -03:00
Beatriz Vieira
253b77d061 refactor: overwrite release notes header at config merge 2021-02-15 01:03:57 -03:00
Beatriz Vieira
3aa2ecc487 refactor: remove unused var envs 2021-02-14 20:02:11 -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
9b63aacd8d refactor: add versioning, tag and release notes config 2021-02-14 02:32:23 -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
740f05b84a refactor: rename parser to processor 2021-02-13 23:49:24 -03:00
Beatriz Vieira
8cf6f1eb56 feat: support conventional commits exclamation mark on breaking changes
BREAKING CHANGE: changes commit-log command json, rename subject to description, move all commit message attributes to 'message'
2021-02-13 23:35:31 -03:00
Beatriz Vieira
741962bd23 refactor: change start and end descriptions
issue: #7
2021-01-25 18:01:52 -03:00
Beatriz Vieira
997c604a86 refactor: change commit-notes description 2021-01-25 17:22:20 -03:00
Beatriz Vieira
a6259a910c feat: add commit-notes action
issue: #7
2021-01-25 17:16:56 -03:00
Beatriz Vieira
8b57bee97b refactor: better description on commit-log 2021-01-25 12:43:40 -03:00
Beatriz Vieira
41be35e83d feat: add range and date at commit log action
related to #7
2021-01-25 02:51:42 -03:00
Beatriz Vieira
182a3b3062 refactor: remove debug 2020-12-01 23:53:02 -03:00
Beatriz Vieira
8ea624efa3 refactor: rename ValidateMessageProcessor to MessageProcessor 2020-12-01 23:52:15 -03:00
Beatriz Vieira
9947c06b72 feat: add commit action 2020-12-01 23:15:51 -03:00
Beatriz Vieira
c323081132 feat: add issue id to footer if defined on branch name 2020-08-31 22:28:54 -03:00
Beatriz Vieira
67cd90c762 feat: add validate-commit-message action 2020-08-27 22:57:55 -03:00
Beatriz Vieira
cc57ec4c76 feat: add changelog command 2020-02-02 00:49:54 -03:00
Beatriz Vieira
11e40b68ee refactor: add alias on release-notes and commit-log flags 2020-02-02 00:27:03 -03:00