Skip to content

Commit

Permalink
Merge pull request #877 from microsoftgraph/bugfix/rp-config
Browse files Browse the repository at this point in the history
ci: fixes release please configuration
  • Loading branch information
baywet authored Aug 15, 2024
2 parents 055f45c + ea8ca6a commit 76ca0d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"bootstrap-sha": "1354831baeafb52965a8b2f5f80df5c43e414c99",
"bootstrap-sha": "5f4f377cfd5d201e1b853b205d822664b20ae7cb",
"exclude-paths": [
".git",
".idea",
Expand All @@ -8,10 +8,10 @@
],
"release-type": "simple",
"include-component-in-tag": false,
"include-v-in-tag": true,
"include-v-in-tag": false,
"packages": {
".": {
"package-name": "src/Microsoft.Graph/",
"package-name": "Microsoft.Graph.Beta",
"changelog-path": "CHANGELOG.md",
"extra-files": [
"src/Microsoft.Graph/Microsoft.Graph.Beta.csproj"
Expand Down

0 comments on commit 76ca0d2

Please sign in to comment.