Skip to content

Commit 98cc34b

Browse files
authored
docs: add missing comma (googleapis#1759)
1 parent 69df82e commit 98cc34b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/manifest-releaser.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ defaults (those are documented in comments)
263263
// overrides release-type for node
264264
"release-type": "node",
265265
},
266+
266267
// path segment should be relative to repository root
267268
"path/to/myJSPkgA": {
268269
// overrides release-type for node
@@ -282,7 +283,7 @@ defaults (those are documented in comments)
282283
"path/to/my-rust-crate", {
283284
// override release-type for rust
284285
"release-type": "rust"
285-
}
286+
},
286287

287288
"path/to/myPyPkgA": {
288289
// when a default release-as is set, this is how you revert to using
@@ -295,6 +296,7 @@ defaults (those are documented in comments)
295296
// our change log is located at path/to/myPyPkgA/docs/CHANGES.rst
296297
"changelog-path": "docs/CHANGES.rst"
297298
},
299+
298300
"path/to/github-enterprise-package", {
299301
// override changelog host for github enterprise package
300302
"changelog-host": "https://example.com"

0 commit comments

Comments
 (0)