File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.1.1 (2024-02-14)
2
+
3
+
4
+ - docs: add CONTRIBUTING guide, update README
5
+ - ci(project-structure): package and tools config by pyproject.toml
6
+ - - add commitizen support to pyproject.toml
7
+ - add Danger for GitHub
8
+ - add pre-commit hook for codespell
9
+ - add pre-commit hook prettier - formatting Markdown files
10
+ - add pre-commit workflow to CI
11
+ - refactor: refactor to Python 3.11, refactor Dockerfile (Bookworm, node20)
12
+ - - refactor(tests): add tests and GH workflow for pytest
13
+ - refactor: move source code to src directory
14
+
15
+ ## v0.1.0 (2024-02-07)
16
+
17
+
18
+ - feat(init): original code from github-actions repo
19
+ - Init
Original file line number Diff line number Diff line change 83
83
84
84
[tool .commitizen ]
85
85
annotated_tag = true
86
- bump_message = " change: release v$new_version"
86
+ bump_message = " change(bump-version): bump release version to v$new_version"
87
87
name = " cz_customize"
88
88
tag_format = " v$version"
89
89
update_changelog_on_bump = true
You can’t perform that action at this time.
0 commit comments