Skip to content

Commit 253dd16

Browse files
committed
change(bump-version): bump release version to v0.1.1
1 parent b82419e commit 253dd16

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
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

0 commit comments

Comments
 (0)