File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
docs/source/how_to_guides Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Note: the only unusable hook names are `before-prep-git` and `before-extract-rel
28
28
This is where ` jupyter-releaser ` looks for configuration (first one found is used):
29
29
30
30
- ` .jupyter-releaser.toml `
31
- - ` pyproject.toml ` (in the tools .jupyter-releaser section)
31
+ - ` pyproject.toml ` (in the tool .jupyter-releaser section)
32
32
- ` package.json ` (in the jupyter-releaser property)
33
33
34
34
Example ` .jupyter-releaser.toml ` :
@@ -46,13 +46,13 @@ before-tag-version = "npm run pre:tag:script"
46
46
Example ` pyproject.toml ` section:
47
47
48
48
``` toml
49
- [tools .jupyter-releaser .options ]
49
+ [tool .jupyter-releaser .options ]
50
50
dist_dir = " mydist"
51
51
52
- [tools .jupyter-releaser ]
52
+ [tool .jupyter-releaser ]
53
53
skip = [" check-links" ]
54
54
55
- [tools .jupyter-releaser .hooks ]
55
+ [tool .jupyter-releaser .hooks ]
56
56
after-build-python = [" python scripts/cleanup.py" , " python scripts/send_email.py" ]
57
57
```
58
58
@@ -79,7 +79,7 @@ If you'd like to use dev versions for your repository between builds,
79
79
use ` dev ` as the ` post-version-spec ` setting, e.g.
80
80
81
81
``` toml
82
- [tools .jupyter-releaser .options ]
82
+ [tool .jupyter-releaser .options ]
83
83
post-version-spec = " dev"
84
84
```
85
85
You can’t perform that action at this time.
0 commit comments