File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 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 8383
8484[tool .commitizen ]
8585 annotated_tag = true
86- bump_message = " change: release v$new_version"
86+ bump_message = " change(bump-version): bump release version to v$new_version"
8787 name = " cz_customize"
8888 tag_format = " v$version"
8989 update_changelog_on_bump = true
You can’t perform that action at this time.
0 commit comments