We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1832dc commit 2a58830Copy full SHA for 2a58830
1 file changed
Makefile
@@ -27,6 +27,6 @@ documentation:
27
changelog:
28
build-changelog changelog.yaml --output changelog.yaml --update-last-date --start-from 0.1.0 --append-file changelog_entry.yaml
29
build-changelog changelog.yaml --org PolicyEngine --repo openfisca-uk --output CHANGELOG.md --template .github/changelog_template.md
30
- bump-version changelog.yaml setup.py
+ bump-version changelog.yaml pyproject.toml
31
rm changelog_entry.yaml || true
32
touch changelog_entry.yaml
0 commit comments