Skip to content

Commit 2a58830

Browse files
Fix changelog script to work with pyproject.toml
1 parent a1832dc commit 2a58830

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ documentation:
2727
changelog:
2828
build-changelog changelog.yaml --output changelog.yaml --update-last-date --start-from 0.1.0 --append-file changelog_entry.yaml
2929
build-changelog changelog.yaml --org PolicyEngine --repo openfisca-uk --output CHANGELOG.md --template .github/changelog_template.md
30-
bump-version changelog.yaml setup.py
30+
bump-version changelog.yaml pyproject.toml
3131
rm changelog_entry.yaml || true
3232
touch changelog_entry.yaml

0 commit comments

Comments
 (0)