Skip to content

Commit 3b2d1cd

Browse files
committed
release notes for version 3.4.4
1 parent 67a9580 commit 3b2d1cd

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

.cz.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
commitizen:
2+
name: cz_customize
3+
tag_format: "v$version"
4+
version: 0.1.0
5+
customize:
6+
change_type_order: ["BREAKING CHANGE", "feat", "build", "fix", "perf", "refactor", "style"]
7+
commit_parser: "^(?P<change_type>feature|feat|bug fix|bug|fix|perf|build|ci|docs|refactor):\\s(?P<message>.*)?"
8+
changelog_pattern: "^(feature|feat|bugfix|bug|fix|perf|build|ci|docs|refactor|perf)?(!)?"
9+
change_type_map:
10+
feat: Features
11+
feature: Features
12+
bug fix: Fixes
13+
bugfix: Fixes
14+
bug: Fixes
15+
fix: Fixes
16+
ci: CI
17+
build: Build
18+
docs: Documentation
19+
refactor: Refactor
20+
perf: Performance
21+
style: Code style

docs/release_notes/3.4.4.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
### Build
2+
3+
- 🔧 Updates dependencies and Scala versions.
4+
- 🔧 Updates makefile to create GitHub releases.
5+
- 🔧 Adds commitizen configuration.
6+
7+
### Fixes
8+
9+
- 🐛 Fixes identity multiplication bug.

0 commit comments

Comments
 (0)