File tree Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 60
60
"prettier" : " ^1.19.0" ,
61
61
"rimraf" : " ^3.0.2" ,
62
62
"typescript" : " ~4.7.3"
63
- },
64
- "jupyter-releaser" : {
65
- "hooks" : {
66
- "before-build-npm" : [
67
- " jlpm clean" ,
68
- " jlpm build:prod"
69
- ],
70
- "before-build-python" : [
71
- " jlpm clean"
72
- ],
73
- "before-bump-version" : [
74
- " jlpm run build:utils" ,
75
- " python -m pip install hatch"
76
- ]
77
- },
78
- "options" : {
79
- "version-cmd" : [
80
- " jlpm run release:bump --force --skip-commit"
81
- ]
82
- }
83
63
}
84
64
}
Original file line number Diff line number Diff line change @@ -141,3 +141,23 @@ extend-ignore = [
141
141
# black adds spaces around ':'
142
142
" E203" ,
143
143
]
144
+
145
+ [tool .jupyter-releaser .options ]
146
+ version-cmd = " jlpm run release:bump --force --skip-commit"
147
+
148
+ [tool .jupyter-releaser .hooks ]
149
+ after-prep-git = [
150
+ " python -m pip install --pre -U jupyterlab" ,
151
+ " jlpm"
152
+ ]
153
+ before-bump-version = [
154
+ " jlpm run build:utils" ,
155
+ " python -m pip install hatch"
156
+ ]
157
+ before-build-npm = [
158
+ " jlpm clean" ,
159
+ " jlpm build:prod"
160
+ ]
161
+ before-build-python = [
162
+ " jlpm clean"
163
+ ]
You can’t perform that action at this time.
0 commit comments