Skip to content

Commit

Permalink
fix: fix improper commitizen spec
Browse files Browse the repository at this point in the history
  • Loading branch information
bdpedigo committed Dec 14, 2023
1 parent 929ac1e commit 9c6203d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
4 changes: 4 additions & 0 deletions .cz.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[tool.commitizen]
major_version_zero = true # for initial alpha code
name = "cz_conventional_commits"
tag_format = "v$version"
update_changelog_on_bump = true
version_provider = 'poetry'
File renamed without changes.
20 changes: 4 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
# Changelog
## Unreleased

## [0.3.0] - 2023-12-14
## v0.3.0 (2023-12-14)

### Added
## v0.2.1 (2023-12-13)

- Attempted use of `mike` for documentation versioning

## [0.2.1] - 2023-12-13

### Added

- Generic test function

## [0.1.0] - 2023-12-11

### Added

- Shell package
## v0.2.0 (2023-12-13)

0 comments on commit 9c6203d

Please sign in to comment.