Skip to content

Commit

Permalink
bump: version 1.0.1 → 1.1.0
Browse files Browse the repository at this point in the history
Implement commitizen.
  • Loading branch information
Jason C. McDonald committed Aug 22, 2022
1 parent 8135d76 commit e85658c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## v1.1.0 (2022-08-22)

### Feat

- use current and default branches if none specified
- option to format commit list as markdown
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ source = [
"**/site-packages/branch_detective"
]

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.1.0"
tag_format = "v$version"
update_changelog_on_bump = true
version_files = [
"pyproject.toml:version",
"setup.cfg:^version",
]

[tool.tox]
legacy_tox_ini = """
[tox]
Expand Down
2 changes: 2 additions & 0 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
commitizen
tox
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = branch-detective
version = 1.0.1
version = 1.1.0
description = Detect which commits are absent between branches.
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
Expand Down

0 comments on commit e85658c

Please sign in to comment.