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

346 Commits

Author SHA1 Message Date
Beatriz Vieira
4b15622117
Merge pull request #12 from bvieira/#11
Feature: skip detached branches
2021-03-04 00:54:32 -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
831f3a3723 refactor(validate-commit-message): print subject at validation error
issue: #11
2021-02-25 22:40:07 -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
16da636d96 docs: fix prepare-commit-message example
issue: #11
2021-02-25 21:12:43 -03:00
Beatriz Vieira
a07a355164
Merge pull request #10 from bvieira/2.x
Feature: yaml config
2021-02-17 21:30:13 -03:00
Beatriz Vieira
0d35a3113e docs: fix description 2021-02-17 21:18:46 -03:00
Beatriz Vieira
f59c0ae290 docs: add badges on readme 2021-02-17 21:17:32 -03:00
Beatriz Vieira
fd01367a1f docs: add config on available commands 2021-02-15 03:31:56 -03:00
Beatriz Vieira
717edfbb1c docs: add yaml information at config section 2021-02-15 03:28:34 -03:00
Beatriz Vieira
57995c3458 feat: support # as footer metadata separator 2021-02-15 03:23:02 -03:00
Beatriz Vieira
abeae14b96 refactor: fix suffix typo 2021-02-15 02:51:52 -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
1fc099481d chore: add .sv4git.yml 2021-02-15 01:50:28 -03:00
Beatriz Vieira
11a847fe22 feat: add support to rename or disable breaking changes section from release notes 2021-02-15 01:47:20 -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
df26b50096 feat: validate scope at validate-commit-message command 2021-02-14 23:17:04 -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
dd5b15af22 refactor: remove mandatory config from scope 2021-02-14 20:18:29 -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
0e7438b3a9 style: add dot om message godocs 2021-02-14 01:07:07 -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
0df2c6facc
Merge pull request #9 from bvieira/update-dependencies
Chore: update dependencies
2021-02-13 23:00:08 -03:00
Beatriz Vieira
99d6705350 chore: update go and semver versions 2021-02-13 15:40:09 -03:00
Beatriz Vieira
ba56427172
Merge pull request #8 from bvieira/commit-notes
Feature: commit notes command
2021-01-25 19:25:46 -03:00
Beatriz Vieira
a6df032793 docs: add range section
issue: #7
2021-01-25 18:24:25 -03:00
Beatriz Vieira
741962bd23 refactor: change start and end descriptions
issue: #7
2021-01-25 18:01:52 -03:00
Beatriz Vieira
3652c52478 docs: fix commit-notes alias on readme
issue: #7
2021-01-25 17:25:56 -03:00
Beatriz Vieira
1d0a7777b8 docs: add commit-notes on readme
issue: #7
2021-01-25 17:23:10 -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
02fce48717
Merge pull request #6 from bvieira/commit
Feature: commit command
2020-12-02 00:19:40 -03:00
Beatriz Vieira
6c2039aa2a test: add tests for message issueID and format 2020-12-02 00:12:57 -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
3b0ae34b56 refactor: better enhance error message 2020-12-01 19:43:19 -03:00
Beatriz Vieira
b1dbfb71e9 fix: add chore as default patch version type 2020-12-01 19:40:44 -03:00
Beatriz Vieira
05135364f9
Merge pull request #5 from bvieira/prepare-commit
Validate commit message action
2020-08-31 22:34:45 -03:00
Beatriz Vieira
c323081132 feat: add issue id to footer if defined on branch name 2020-08-31 22:28:54 -03:00