Skip to content

Commit

Permalink
docs(manifest-releaser): fix typos (#2013)
Browse files Browse the repository at this point in the history
fix invalid json in the manifest-releaser.md
  • Loading branch information
bt-macole committed Jul 19, 2023
1 parent e1b6a89 commit 8ea20e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/manifest-releaser.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ defaults (those are documented in comments)
"release-as": "3.2.1"
},

"path/to/my-rust-crate", {
"path/to/my-rust-crate": {
// override release-type for rust
"release-type": "rust"
},
Expand All @@ -299,7 +299,7 @@ defaults (those are documented in comments)
"changelog-path": "docs/CHANGES.rst"
},

"path/to/github-enterprise-package", {
"path/to/github-enterprise-package": {
// override changelog host for github enterprise package
"changelog-host": "https://example.com"
}
Expand Down

0 comments on commit 8ea20e2

Please sign in to comment.