Skip to content

Commit 7548720

Browse files
authored
Merge pull request #119 from datum-cloud/release-please
fix: change release please action workflow
2 parents a0eacd7 + f958cad commit 7548720

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
release-please:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: google-github-actions/release-please-action@v4
18+
- uses: googleapis/release-please-action@v4
1919
id: release
2020
with:
2121
token: ${{ secrets.GITHUB_TOKEN }}

.release-please-config.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,15 @@
6767
"section": "⏪ Reverts",
6868
"hidden": true
6969
}
70-
]
70+
],
71+
"include-component-in-tag": false,
72+
"include-v-in-tag": true,
73+
"changelog-type": "github",
74+
"commit-search-depth": 100,
75+
"monorepo-tags": true,
76+
"release-label": "release-please",
77+
"release-lookup-name": "release-please",
78+
"version-file": "package.json"
7179
}
7280
},
7381
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"

0 commit comments

Comments
 (0)