Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ccatterina committed Dec 9, 2023
1 parent d651155 commit 3a53dd5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "simple"
"release-type": "simple",
"extra-files": [
{
"type": "json",
"path": "src/metadata.json",
"jsonpath": "$.KPlugin.Version"
}
]
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
Expand Down

0 comments on commit 3a53dd5

Please sign in to comment.