From 23fc197bc31d31b6fb266a6b32542dac2d8f85a9 Mon Sep 17 00:00:00 2001 From: Philip Gichuhi Date: Mon, 20 May 2024 12:26:37 +0300 Subject: [PATCH] Fix indentation --- release-please-config.json | 54 +++++++++++++++++++------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/release-please-config.json b/release-please-config.json index 0ad6c530c16..1a60c92488b 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -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" }