File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -263,6 +263,7 @@ defaults (those are documented in comments)
263
263
// overrides release-type for node
264
264
" release-type" : " node" ,
265
265
},
266
+
266
267
// path segment should be relative to repository root
267
268
" path/to/myJSPkgA" : {
268
269
// overrides release-type for node
@@ -282,7 +283,7 @@ defaults (those are documented in comments)
282
283
" path/to/my-rust-crate" , {
283
284
// override release-type for rust
284
285
" release-type" : " rust"
285
- }
286
+ },
286
287
287
288
" path/to/myPyPkgA" : {
288
289
// when a default release-as is set, this is how you revert to using
@@ -295,6 +296,7 @@ defaults (those are documented in comments)
295
296
// our change log is located at path/to/myPyPkgA/docs/CHANGES.rst
296
297
" changelog-path" : " docs/CHANGES.rst"
297
298
},
299
+
298
300
" path/to/github-enterprise-package" , {
299
301
// override changelog host for github enterprise package
300
302
" changelog-host" : " https://example.com"
You can’t perform that action at this time.
0 commit comments