Skip to content

Commit

Permalink
docs: fix the linked-versions example (#1942)
Browse files Browse the repository at this point in the history
The group name key in `linked-versions` is `groupName`, not `group-name`.

Co-authored-by: Jeff Ching <[email protected]>
  • Loading branch information
TimothyJones and chingor13 authored May 31, 2023
1 parent 4d86f5d commit bdd9b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manifest-releaser.md
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ Example:
},
{
"type": "linked-versions",
"group-name": "my group",
"groupName": "my group",
"components": [
"pkgA", "pkgB"
]
Expand Down

0 comments on commit bdd9b01

Please sign in to comment.