Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndiritu committed May 20, 2024
1 parent 01fe40b commit 23fc197
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"bootstrap-sha": "2d57400ce14711ffae06de400a6e10e3817632b8",
"exclude-paths": [
".git",
".idea",
".github",
".vscode"
],
"release-type": "simple",
"include-component-in-tag": false,
"include-v-in-tag": true,
"packages": {
".": {
"package-name": "com.microsoft.graph.microsoft-graph-beta",
"changelog-path": "CHANGELOG.md",
"extra-files": [
"gradle.properties",
"README.md",
"src/main/java/com/microsoft/graph/beta/info/Constants.java",
{
"type": "xml",
"path": "pom.xml",
"xpath": "//project/version"
}
]
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
"bootstrap-sha": "2d57400ce14711ffae06de400a6e10e3817632b8",
"exclude-paths": [
".git",
".idea",
".github",
".vscode"
],
"release-type": "simple",
"include-component-in-tag": false,
"include-v-in-tag": true,
"packages": {
".": {
"package-name": "com.microsoft.graph.microsoft-graph-beta",
"changelog-path": "CHANGELOG.md",
"extra-files": [
"gradle.properties",
"README.md",
"src/main/java/com/microsoft/graph/beta/info/Constants.java",
{
"type": "xml",
"path": "pom.xml",
"xpath": "//project/version"
}
]
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit 23fc197

Please sign in to comment.