Releases: bvieira/sv4git
Releases · bvieira/sv4git
v2.1.1
v2.1.1 (2021-03-12)
Bug Fixes
- do not use footer.issue.key as prompt label (ac89ec4) (#13)
- commit: do not ask for issue if issue key is empty (935e3fa) (#13)
v2.1.0
v2.1.0 (2021-03-04)
Features
- use skip-detached to skip validation on detached branches (48620a7) (#11)
Bug Fixes
- validate-commit-message: ignore validation when source is merge (2959421) (#11)
v2.0.0
v2.0.0 (2021-02-17)
Features
- support # as footer metadata separator (57995c3)
- ignore known types on bumping version if not mapped on bump config (5c992b6)
- add support to rename or disable breaking changes section from release notes (11a847f)
- remove breaking change synonyms support (2ae35c9)
- validate scope at validate-commit-message command (df26b50)
- use configured commit types on commit comand (e67ae6c)
- prompt select for scope if scope.values is defined (d88d185)
- config sv4git using yaml (e70283a)
- support conventional commits exclamation mark on breaking changes (8cf6f1e)
Bug Fixes
- use filepath.Join to append path and file on validate-commit-message command (221d7cd)
Breaking Changes
- is not possible to set breaking change footer synonym
- stop using var envs to config sv4git
- remove BRANCH_ISSUE_REGEX varenv
- changes commit-log command json, rename subject to description, move all commit message attributes to 'message'
v1.5.0
v1.5.0 (2021-01-25)
Features
- add commit-notes action (a6259a9) (#7)
- add range and date at commit log action (41be35e)
v1.4.0
v1.4.0 (2020-12-02)
Features
Bug Fixes
- add chore as default patch version type (b1dbfb7)
v1.3.0
v1.3.0 (2020-08-31)
Features
- add issue id to footer if defined on branch name (c323081)
- add validate-commit-message action (67cd90c)
v1.2.0
v1.2.0 (2020-05-01)
Features
v1.1.0
v1.1.0 (2020-02-02)
Features
- add changelog command (cc57ec4)
- support multiple prefixes for issueid and breaking change (f275e1c)
- generate release-notes and commit-log from tag when flag -t is used (afa5712)
Bug Fixes
- trim spaces from release notes template (fef044c)
v1.0.0
v1.0.0 (2019-12-04)
Features
- add version on command usage (0deb04c)
- git tag command (013ef66)
- add support for current-version, next-version, commit-log and release-notes (9374b3a)
Bug Fixes
Breaking Changes