We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8aed7e commit 14d6ea2Copy full SHA for 14d6ea2
docs/source/how_to_guides/write_config.md
@@ -27,11 +27,9 @@ Note: the only unusable hook names are `before-prep-git` and `before-extract-rel
27
28
This is where `jupyter-releaser` looks for configuration (first one found is used):
29
30
-```
31
- .jupyter-releaser.toml
32
- pyproject.toml (in the tools.jupyter-releaser section )
33
- package.json (in the jupyter-releaser property)
34
+- `.jupyter-releaser.toml`
+- `pyproject.toml` (in the tools.jupyter-releaser section)
+- `package.json` (in the jupyter-releaser property)
35
36
Example `.jupyter-releaser.toml`:
37
0 commit comments