Skip to content

Commit

Permalink
fix: change config
Browse files Browse the repository at this point in the history
Project configuration has been modified to include the link to the commit in the changelog. Also added all settings provided by this plugin to `pyproject.toml` for demonstration.

This is the footer content added to demonstrate how the changelog is rendered.
  • Loading branch information
kmnhan committed Aug 15, 2024
1 parent 5eec57b commit 3c6c7b9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
dependencies = ["commitizen>=3.0.0"]

[project.urls]
Changelog = "https://github.com/kmnhan/cz-changeup#changelog"
Changelog = "https://github.com/kmnhan/cz-changeup/blob/main/CHANGELOG.md"
Documentation = "https://github.com/kmnhan/cz-changeup#readme"
Issues = "https://github.com/kmnhan/cz-changeup/issues"
Source = "https://github.com/kmnhan/cz-changeup"
Expand All @@ -42,4 +42,9 @@ packages = ["src/cz_changeup"]
name = "cz_changeup"
version_provider = "pep621"
update_changelog_on_bump = true
changelog_incremental = true
changelog_incremental = false

# cz-changeup specific settings
changeup_repo_base_url = "https://github.com/kmnhan/cz-changeup"
changeup_show_body = true
changeup_body_indent = 2

0 comments on commit 3c6c7b9

Please sign in to comment.