Skip to content

Commit

Permalink
Add release please config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasKenneth committed May 22, 2024
1 parent c0975b1 commit 9f2484a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"bootstrap-sha": "272035ede24db5978797f441cd0bc1b1c58af836",
"exclude-paths": [
".git",
".idea",
".github",
".vscode",
"tests",
"scripts"
],
"release-type": "simple",
"include-component-in-tag": false,
"include-v-in-tag": true,
"changelog-type": "github",
"packages": {
".": {
"package-name": "microsoft/microsoft-graph",
"changelog-path": "CHANGELOG.md",
"extra-files": [
"src/GraphConstants.php",
"README.md"
]
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit 9f2484a

Please sign in to comment.