Skip to content

Commit

Permalink
ci: update release please config
Browse files Browse the repository at this point in the history
  • Loading branch information
lgdd committed Apr 16, 2024
1 parent 6a94a97 commit 030311d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "maven",
"skip-snapshot": true,
"packages": {
".": {}
".": {
"release-type": "simple",
"skip-snapshot": true,
"extra-files": [
{
"type": "pom",
"path": "pom.xml"
}
]
}
}
}

0 comments on commit 030311d

Please sign in to comment.