Skip to content

Commit

Permalink
chore: bootstrap release please to the dev branch (#3340)
Browse files Browse the repository at this point in the history
* Bootstrap release please to the dev branch

* Update the file path

* Re-organize properties

* Update the file path to package.json file

* Update the config file with correct syntax

* Annotate sonar cloud file with inline version update

* Remove package json from list of extra files

* Include v in version and make arbitrary files a string

* Add the package json file to extra files
  • Loading branch information
musale authored Sep 25, 2024
1 parent 0ba6683 commit ab63ca0
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
manifest: true
primaryBranch: dev
handleGHRelease: true
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "10.4.0"
}
17 changes: 17 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"pull-request-header": ":rocket: A new Graph Explorer release is coming up!",
"include-component-in-tag": false,
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "node",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"include-v-in-tag": true,
"draft": false,
"prerelease": false
}
},
"extra-files": [ "package.json", "sonar-project.properties" ]
}
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-explorer-v4
sonar.organization=microsoftgraph2
sonar.projectName=microsoft-graph-explorer-v4
sonar.projectVersion=4.14.0
// x-release-please-start-version
sonar.projectVersion=10.4.0
// x-release-please-end
sonar.host.url=https://sonarcloud.io


Expand Down

0 comments on commit ab63ca0

Please sign in to comment.