Skip to content

Commit ab46697

Browse files
authored
chore: update project version (#3203)
* 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
1 parent 5a94bfa commit ab46697

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

release-please-config.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,16 @@
1212
"prerelease": false
1313
}
1414
},
15+
"extra-files": [
16+
{
17+
"type": "json",
18+
"path": "./packages/**/package.json",
19+
"jsonpath": "$.version"
20+
},
21+
{
22+
"type": "generic",
23+
"path": "./sonar-project.properties"
24+
}
25+
],
1526
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
16-
}
27+
}

sonar-project.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
sonar.projectKey=microsoftgraph_microsoft-graph-toolkit
22
sonar.organization=microsoftgraph2
33
sonar.projectName=microsoft-graph-toolkit
4-
sonar.projectVersion=4.2.1
4+
// x-release-please-start-version
5+
sonar.projectVersion=4.2.2
6+
// x-release-please-end
57
sonar.host.url=https://sonarcloud.io
68

79
sonar.sources=packages

0 commit comments

Comments
 (0)