Skip to content

Commit

Permalink
chore: update project version (#3203)
Browse files Browse the repository at this point in the history
* fix sonarCloud project version

* bump versions

* update relese-please config to update arbitrary files

* Revert "bump versions"

This reverts commit 2c88449.

* revert changes to set version
  • Loading branch information
Mnickii authored Jun 19, 2024
1 parent 5a94bfa commit ab46697
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 12 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,16 @@
"prerelease": false
}
},
"extra-files": [
{
"type": "json",
"path": "./packages/**/package.json",
"jsonpath": "$.version"
},
{
"type": "generic",
"path": "./sonar-project.properties"
}
],
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}
}
4 changes: 3 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
sonar.projectKey=microsoftgraph_microsoft-graph-toolkit
sonar.organization=microsoftgraph2
sonar.projectName=microsoft-graph-toolkit
sonar.projectVersion=4.2.1
// x-release-please-start-version
sonar.projectVersion=4.2.2
// x-release-please-end
sonar.host.url=https://sonarcloud.io

sonar.sources=packages
Expand Down

0 comments on commit ab46697

Please sign in to comment.