Skip to content

Commit 58757f9

Browse files
authored
ci: move to using github app over github action (#1944)
* ci: update extra-files * ci: move to using github app over gh action * ci: remove github action to use github app
1 parent 2cc746c commit 58757f9

File tree

3 files changed

+6
-33
lines changed

3 files changed

+6
-33
lines changed

.github/release-please.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
manifest: true
2+
primaryBranch: dev
3+
handleGHRelease: true

.github/workflows/release-please.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

release-please-config.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,9 @@
1414
"package-name": "com.microsoft.graph.microsoft-graph",
1515
"changelog-path": "CHANGELOG.md",
1616
"extra-files": [
17-
{
18-
"type": "generic",
19-
"path": "gradle.properties"
20-
},
21-
{
22-
"type": "generic",
23-
"path": "README.md"
24-
},
25-
{
26-
"type": "generic",
27-
"path": "src/main/java/com/microsoft/graph/info/Constants.java"
28-
},
17+
"gradle.properties",
18+
"README.md",
19+
"src/main/java/com/microsoft/graph/info/Constants.java",
2920
{
3021
"type": "xml",
3122
"path": "pom.xml",

0 commit comments

Comments
 (0)