Skip to content

Commit

Permalink
chore: add xpath to version in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianbormann committed Jan 21, 2024
1 parent 1008cf5 commit e4c988e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"extra-files": [
{
"type": "xml",
"path": "pom.xml",
"xpath": "//project/version"
}
],
"packages": {
".": {
"release-type": "simple",
"extra-files": [
{
"type": "xml",
"path": "pom.xml",
"xpath": "//project/version"
}
]
"release-type": "simple"
}
}
}

0 comments on commit e4c988e

Please sign in to comment.