Skip to content

Commit

Permalink
refactor: update changelog path for commitizen
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 8, 2023
1 parent f943109 commit 0409f26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/Version-Control.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Bump the version:

```bash
cd src/backend
cz bump --check-consistency --changelog
cz bump --check-consistency
git push
git push --tag
```
2 changes: 2 additions & 0 deletions src/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,5 @@ version_files = [
"app/__version__.py",
"../frontend/package.json:version",
]
changelog_file = "../../CHANGELOG.md"
update_changelog_on_bump = true

0 comments on commit 0409f26

Please sign in to comment.