Commit Graph

342 Commits

Author SHA1 Message Date
Beatriz Vieira 077fcbf717 ci: add golangci to github actions 2021-07-31 16:53:00 -03:00
Beatriz Vieira 18b4d78bd8 chore: config golangci lint 2021-07-31 16:40:18 -03:00
Beatriz Vieira 6184ac3ad4 refactor: fix tagliatelle yaml lint 2021-07-31 16:39:38 -03:00
Beatriz Vieira 77152fcd52 refactor: fix printf-like lint 2021-07-31 16:37:15 -03:00
Beatriz Vieira dcba256903 refactor: fix ifshort lint 2021-07-31 16:35:54 -03:00
Beatriz Vieira a96ffa51ce refactor: fix prealloc lint 2021-07-31 16:35:28 -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 c037311d1a
Merge pull request #27 from bvieira/commit-cmd-flags
Feature: commit command flags
2021-07-31 16:01:11 -03:00
Beatriz Vieira a4d2a7b989
Merge branch 'master' into commit-cmd-flags 2021-07-31 15:59:57 -03:00
Beatriz Vieira 821a4889c6 refactor: change commit command flag alias 2021-07-31 15:59:23 -03:00
Beatriz Vieira 2d22b9d9f2
Merge pull request #26 from bvieira/#24
Feature: support more commit types on release notes sections
2021-07-31 15:54:19 -03:00
Beatriz Vieira ff34b484a5 feat: add flags to commit command 2021-07-31 00:47:58 -03:00
Beatriz Vieira 1023742e7d docs: add available types to release notes sections
issue: #24
2021-07-30 21:16:49 -03:00
Beatriz Vieira e9f4c144d8 feat: support more commit-types on release notes in a fixed order
add sections for the following types: feat, fix, refactor, perf, test, build, ci, chore, docs, style

issue: #24
2021-07-30 21:03:34 -03:00
Beatriz Vieira 206f6a9105 feat: change some config arrays to yaml inline arrays for better readability
issue: #24
2021-07-30 20:58:10 -03:00
Beatriz Vieira 13c2558d2a
Merge pull request #25 from bvieira/update-deps
Update deps
2021-07-30 20:12:07 -03:00
Beatriz Vieira ff4774737b chore: add lint and lint-autofix to .phony 2021-07-30 19:44:49 -03:00
Beatriz Vieira 146b14ffb0 build: run go mod tidy 2021-07-30 19:44:10 -03:00
Beatriz Vieira e12107681f chore: change tag pattern to vX.X.X 2021-07-28 23:09:15 -03:00
Beatriz Vieira cac5c13b08 build: update go and dependencies 2021-07-26 23:34:50 -03:00
Beatriz Vieira fe3b2e0e4f
Merge pull request #23 from sheldonhull/master
refactor: adjust module naming to support go install
2021-07-26 21:57:38 -03:00
Beatriz Vieira 893213399c
chore: add lint prefix to autofix 2021-07-26 21:56:27 -03:00
Beatriz Vieira dee7890569
chore: fix typo on makefile help 2021-07-26 21:54:49 -03:00
Sheldon Hull 7d74abd677 refactor: 🚚 adjust module naming to support go install 2021-07-22 18:07:18 -05:00
Beatriz Vieira 7de1784bc6
Merge pull request #22 from bvieira/issue-prefix
Feature: add issue value prefix
2021-07-18 18:15:21 -03:00
Beatriz Vieira ba5bcdc817 ci: compress sv4git binary with tar.gz for linux and macos 2021-07-18 17:59:57 -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 8c266a5a20 chore: add test-coverage and test-show-coverage tasks to makefile 2021-07-18 17:02:19 -03:00
Beatriz Vieira a8139b4b26 fix: use use-hash config when enhancing commit message 2021-07-18 16:20:38 -03:00
Beatriz Vieira c4964d7531
Merge pull request #21 from bvieira/#20
Bugfix: Can't override branches.skip with an empty array
2021-04-12 22:27:27 -03:00
Beatriz Vieira a58c345340 fix(config): empty slices must overwrite default config
issue: #20
2021-04-12 22:19:36 -03:00
Beatriz Vieira 591e00ec51
Merge pull request #19 from bvieira/#17
Feature: add next version on changelog
2021-04-10 23:43:24 -03:00
Beatriz Vieira 82b257b398
Merge branch 'master' into #17 2021-04-10 23:42:07 -03:00
Beatriz Vieira 68f1b425ff
Merge pull request #18 from bvieira/#16
Feature: lightweight tags
2021-04-10 23:38:09 -03:00
Beatriz Vieira a1eaa78a6c feat(changelog): add add-next-version flag
issue: #17
2021-04-10 22:59:30 -03:00
Beatriz Vieira 8ff0147ec9 fix: use full version and not only major, minor and patch at changelog and releasenotes
issue: #16
2021-04-10 17:18:14 -03:00
Beatriz Vieira e4e395ee39 feat: support lightweight tags
issue: #16
2021-04-10 17:01:58 -03:00
Beatriz Vieira fabecbf56c docs: readme revision 2021-04-07 20:53:04 -03:00
Beatriz Vieira b30e43f52c
Merge pull request #14 from bvieira/#13
Bugfix: Disable issue footer when key is empty
2021-03-12 21:46:56 -03:00
Beatriz Vieira 175ef8b587 test: add empty issue key test
issue: #13
2021-03-12 21:43:27 -03:00
Beatriz Vieira 941e8ba069 docs: add how to disable issue on footer
issue: #13
2021-03-11 23:40:16 -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 ac89ec488d fix: do not use footer.issue.key as prompt label
issue: #13
2021-03-11 23:18:40 -03:00
Beatriz Vieira 0ffaf44ba2 refactor: do not extract issue from branch if branches.disable-issue is true or commit-message.issue.regex is empty
issue: #13
2021-03-11 23:13:56 -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 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