0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-09-20 10:12:45 +02:00
Commit Graph

44 Commits

Author SHA1 Message Date
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
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
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
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
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
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
99d6705350 chore: update go and semver versions 2021-02-13 15:40:09 -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
b1dbfb71e9 fix: add chore as default patch version type 2020-12-01 19:40:44 -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
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
f275e1ca2e feat: support multiple prefixes for issueid and breaking change 2020-02-01 19:43:02 -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
0deb04cc9c feat: add version on command usage 2019-12-04 20:18:38 -03:00
Beatriz Vieira
c834806367 refactor: change default tag pattern to d.d.d 2019-12-04 19:51:24 -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