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

40 Commits

Author SHA1 Message Date
00e2fe31e5
initial commit after fork 2023-10-12 16:18:25 +02:00
Beatriz Vieira
6dd48c2458 feat: support empty overwrite for tag.filter and tag.pattern
issue: #84
2023-01-21 23:29:44 -03:00
Beatriz Vieira
eea20ebf6b refactor: change ioutil.ReadFile to os.ReadFile 2023-01-14 23:56:05 -03:00
Beatriz Vieira
6352021adb feat: add semantic-version-only flat to changelog command 2022-01-29 19:25:52 -03:00
Beatriz Vieira
ff30229bf9 feat: support non version tags on changelog and release notes 2021-12-29 18:02:50 -03:00
Beatriz Vieira
84e8c9d168 feat: print tag name on git sv tag 2021-09-24 17:59:38 -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
fec91a1947 refactor: fix errcheck lint 2021-07-31 17:34:40 -03:00
Beatriz Vieira
7b3df4e245 refactor: remove unused variables 2021-07-31 17:09:25 -03:00
Beatriz Vieira
77152fcd52 refactor: fix printf-like lint 2021-07-31 16:37:15 -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
Sheldon Hull
7d74abd677 refactor: 🚚 adjust module naming to support go install 2021-07-22 18:07:18 -05:00
Beatriz Vieira
a1eaa78a6c feat(changelog): add add-next-version flag
issue: #17
2021-04-10 22:59:30 -03:00
Beatriz Vieira
ac89ec488d fix: do not use footer.issue.key as prompt label
issue: #13
2021-03-11 23:18:40 -03:00
Beatriz Vieira
935e3fa8d0 fix(commit): do not ask for issue if issue key is empty
issue: #13
2021-03-11 23:10:46 -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
221d7cd8a7 fix: use filepath.Join to append path and file on validate-commit-message command 2021-02-14 20:36:07 -03:00
Beatriz Vieira
e67ae6c859 feat: use configured commit types on commit comand 2021-02-14 20:31:18 -03:00
Beatriz Vieira
d88d185b2b feat: prompt select for scope if scope.values is defined 2021-02-14 20:12:36 -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
de23ff9638 refactor: merge CommitMessageProcessor and MessageProcessor 2021-02-14 01:04:32 -03:00
Beatriz Vieira
99d6705350 chore: update go and semver versions 2021-02-13 15:40:09 -03:00
Beatriz Vieira
a6259a910c feat: add commit-notes action
issue: #7
2021-01-25 17:16:56 -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
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
f4d1499331 refactor: extract template operation to formatter struct 2020-02-01 22:40:31 -03:00
Beatriz Vieira
2cd32e3ed3 refactor: add version to releasenote struct 2020-02-01 21:00:53 -03:00
Beatriz Vieira
3d51776e9a refactor: update urfave/cli version 2020-02-01 18:37:16 -03:00
Beatriz Vieira
afa57122ba feat: generate release-notes and commit-log from tag when flag -t is used 2020-02-01 18:19:38 -03:00
Beatriz Vieira
026a45b033 fix: git tag command 2019-12-04 19:50:02 -03:00
Beatriz Vieira
013ef66372 feat: git tag command 2019-12-04 19:37:50 -03:00
Beatriz Vieira
8689388740 refactor: fix NextVersion typo 2019-11-17 13:41:00 -03:00
Beatriz Vieira
9374b3addc feat: add support for current-version, next-version, commit-log and release-notes
BREAKING CHANGE: first release
2019-11-17 13:17:24 -03:00