We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--package pyproject.toml
Would be great if auto-changelog could read the latest version from pyproject.toml. Would make it easier to use with Python projects.
pyproject.toml
npm run auto-changelog --package pyproject.toml
raises
SyntaxError: Unexpected token 'b', "[build-syst"... is not valid JSON
Minimal example pyproject.toml
[build-system] requires = ["setuptools>=61.2"] build-backend = "setuptools.build_meta" [project] name = "pkg-name" version = "1.0.0" # ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Would be great if auto-changelog could read the latest version from
pyproject.toml
. Would make it easier to use with Python projects.raises
Minimal example
pyproject.toml
The text was updated successfully, but these errors were encountered: