Skip to content

Commit 2bd3a7d

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Added release-please yml files
1 parent eba5d9f commit 2bd3a7d

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
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: master
3+
handleGHRelease: true

.github/workflows/release-please.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
on:
2+
push:
3+
branches:
4+
- main
5+
6+
permissions:
7+
contents: write
8+
pull-requests: write
9+
10+
name: release-please
11+
12+
jobs:
13+
release-please:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: googleapis/release-please-action@v4
17+
with:
18+
token: ${{ secrets.GITHUB_TOKEN }}
19+
# optional. customize path to release-please-config.json
20+
config-file: release-please-config.json
21+
# optional. customize path to .release-please-manifest.json
22+
manifest-file: .release-please-manifest.json
23+

0 commit comments

Comments
 (0)