Releases: Joxit/kokai
Releases · Joxit/kokai
Release 0.3.1
0.3.1 (2021-01-15)
🪲 Bug Fixes
- format commit id with code only when link is activated and fix release CI (3e7d513)
Release 0.3.0
0.3.0 (2021-01-14)
🪲 Bug Fixes
- format: fix links generation, should remove
#
and fix github link (a0b9758)
✨ Features
- release: add support for breaking changes commit (b0f4277)
- release: add new option
no-emoji
to remove emojis from headers (05314c0) - conventional-parser: supports for issues and pr links in summary message (149021b)
- format: retrieve pull request ids from summary + generate links (9e91316)
- format: retrieve issue ids from a summary and generate issue links (7db2fc6)
- completion: add bash/zsh.. completion scripts generation with some tips for bash (5db44c9)
- docker: add official docker image joxit/kokai 🎉 (98ae0a2)
- formatters: add more markdown functions for list and headers (7ef9da8)
- formatters: add new markdown functions for bold/italic/links... and commit links (e092fbe)
- release: add options
add-links
andgit-url
(e5a7082)
🔧 Build
- 0.3.0: release 0.3.0 (d063538)
🚀 Continuous Integration
- add
peter-evans/dockerhub-description@v2
action (e6401a1) - fix: remove armv7 due to docker/buildx#395 (7581cb0)
- docker: build image with GA and push to docker hub (f0ff243)
Release 0.2.0
0.2.0 (2020-11-29)
✨ Features
- error: convert
io::Error
tokokai::Error
(7dc25f9) - error: more error management improvement (0009f01)
- error: improve error management (851c5fd)
- formatters: add markdown formatter for conventional commits (558675d)
- git-traits: add
Git2CommitTrait
andGit2RepositoryTrait
and simplify code (35a5ec2) - release: add option
tag-from-ref
and renametag
toref
(c16bd2b)
Build
- 0.2.0: BREAKING CHANGE rename
tag
toref
(de1e33a)
🚀 Continuous Integration
- release: fetch all history (
fetch-depth: 0
) (647e026)
Release 0.1.0
0.1.0 (2020-11-11)
Bug Fixes
- fix(angular): scope regex was wrong and add more commit types (61d940e)
- fix: wrong order when merge, sort commits by date (a186b2a)
Code Refactoring
- refactor: rename
AngularCommit
toConventionalCommit
(5b81bd5)
Features
- feat(commands): update release and add name option for explicit release name (b4a50b9)
- feat(commands): now there are two subcommands release and changelog (5d30548)
- feat(format): get tag header with date when available (e0a8764)
- feat(format): create angular release formatter (1bbe362)
- feat(git): add
get_all_commits_until_tag
function (3924b45) - feat(git): improve
get_all_commits_before
and use revwalk (dbbf1e5) - feat(git): add get_all_tags function (6501fe2)
- feat(angular-parser): convert Commit into AngularCommit (c4ea9d5)
- feat: impl git walk through commits (73748af)
- feat: starts with common command options (5dc1188)
- feat: add skeleton (ad778f3)
Build
- build: release 0.1.0 (7d1e3b5)
Continuous Integration
- ci: add github actions (8e10b44)
Chore
- chore(commands): complete README and fix minor typo (9af9067)