-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
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
traceback on missing configuration #441
Comments
(The config is moved in the incremental release candidate branch, but it would be nice to fix this for others upgrading.) |
I don’t get it, what exactly would you like to have fixed? Do you want a better error message on missing config? |
Note that I was planning to remove incremental from towncrier - #398 :) while still supporting projects using incremental. |
I've got an updated version of removing incremental here #491. But the issue here is |
Fixed now #483 is merged 🎉 |
I think that this is now fixed. I have removed pyproject.toml
I have also removed towncrie section from pyproject and I got
$ git diff
diff --git a/pyproject.toml b/pyproject.toml
index 4e46bdc..f737cb6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -71,39 +71,6 @@ exclude = [
]
-[tool.towncrier]
- package = "towncrier"
- package_dir = "src"
- filename = "NEWS.rst"
- issue_format = "`#{issue} <https://github.com/twisted/towncrier/issues/{issue}>`_"
-
- [[tool.towncrier.section]]
- path = ""
-
- [[tool.towncrier.type]]
- directory = "feature"
- name = "Features"
- showcontent = true
-
- [[tool.towncrier.type]]
- directory = "bugfix"
- name = "Bugfixes"
- showcontent = true
-
- [[tool.towncrier.type]]
- directory = "doc"
- name = "Improved Documentation"
- showcontent = true
-
- [[tool.towncrier.type]]
- directory = "removal"
- name = "Deprecations and Removals"
- showcontent = true
-
- [[tool.towncrier.type]]
- directory = "misc"
- name = "Misc"
- showcontent = false
I am closing this as I think this is fixed |
I think Incremental moved from towncrier.ini to pyproject.toml and now I get this when I run it
The text was updated successfully, but these errors were encountered: