Skip to content

Commit

Permalink
Adds release please configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rkodev committed May 21, 2024
1 parent 101f049 commit 4f1a310
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
1 change: 0 additions & 1 deletion .github/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
release-type: go
manifest: true
primaryBranch: main
handleGHRelease: true
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "1.42.0"
}
}

15 changes: 7 additions & 8 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"exclude-paths": [
".git",
".idea",
".github",
".vscode"
],
"release-type": "go",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"include-component-in-tag": true,
"include-v-in-tag": true,
"include-component-in-tag": false,
"packages": {
".": {
"package-name": "github.com/microsoftgraph/msgraph-sdk-go",
"changelog-path": "CHANGELOG.md"
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit 4f1a310

Please sign in to comment.