Skip to content

Commit

Permalink
ci: move to using github app over github action (#1944)
Browse files Browse the repository at this point in the history
* ci: update extra-files

* ci: move to using github app over gh action

* ci: remove github action to use github app
  • Loading branch information
calebkiage authored Apr 19, 2024
1 parent 2cc746c commit 58757f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 33 deletions.
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
21 changes: 0 additions & 21 deletions .github/workflows/release-please.yml

This file was deleted.

15 changes: 3 additions & 12 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,9 @@
"package-name": "com.microsoft.graph.microsoft-graph",
"changelog-path": "CHANGELOG.md",
"extra-files": [
{
"type": "generic",
"path": "gradle.properties"
},
{
"type": "generic",
"path": "README.md"
},
{
"type": "generic",
"path": "src/main/java/com/microsoft/graph/info/Constants.java"
},
"gradle.properties",
"README.md",
"src/main/java/com/microsoft/graph/info/Constants.java",
{
"type": "xml",
"path": "pom.xml",
Expand Down

0 comments on commit 58757f9

Please sign in to comment.