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 |
|
Beatriz Vieira
|
6910d2c7a5
|
chore: rename action from go to ci
|
2020-08-27 23:35:32 -03:00 |
|
Beatriz Vieira
|
c4443184ea
|
chore: add github actions
|
2020-08-27 23:31:51 -03:00 |
|
Beatriz Vieira
|
03a41a8d48
|
docs: fix validate commit message description
|
2020-08-27 23:12:22 -03:00 |
|
Beatriz Vieira
|
de703f91ce
|
docs: add validate commit message on readme
|
2020-08-27 23:04:33 -03:00 |
|
Beatriz Vieira
|
67cd90c762
|
feat: add validate-commit-message action
|
2020-08-27 22:57:55 -03:00 |
|
Beatriz Vieira
|
943487fae8
|
refact: remove redundant type from slice
|
2020-08-27 22:30:56 -03:00 |
|
Beatriz Vieira
|
073deaceca
|
build: add sv version on make release-all
|
2020-07-16 20:25:19 -03:00 |
|
Beatriz Vieira
|
005d4ab939
|
build: update urfave cli to 2.0.0
|
2020-07-16 20:24:19 -03:00 |
|
Beatriz Vieira
|
c3a35e4a56
|
Merge pull request #4 from bvieira/ignore-missing-date
Feature: tags without date
|
2020-05-01 00:50:39 -03:00 |
|
Beatriz Vieira
|
37c630d9a9
|
feat: ignore tag missing date
|
2020-05-01 00:45:08 -03:00 |
|
Beatriz Vieira
|
67da4c987b
|
Merge pull request #3 from bvieira/changelog
Feature: changelog command
|
2020-02-02 00:57:32 -03:00 |
|
Beatriz Vieira
|
d5a5da9c7f
|
docs: center options on avaliable commands table
|
2020-02-02 00:54:37 -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
|
851dcb91d2
|
refactor: split release notes template in sections
|
2020-02-01 23:51:29 -03:00 |
|
Beatriz Vieira
|
fef044c99d
|
fix: trim spaces from release notes template
|
2020-02-01 23:05:39 -03:00 |
|
Beatriz Vieira
|
f4d1499331
|
refactor: extract template operation to formatter struct
|
2020-02-01 22:40:31 -03:00 |
|
Beatriz Vieira
|
e18b0cc08f
|
refactor: merge breaking change key and tag
|
2020-02-01 21:15:12 -03:00 |
|