Skip to content

Commit e893c0e

Browse files
committed
ci: schema and release-type in release-please-config
1 parent fccff16 commit e893c0e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ jobs:
2828
uses: google-github-actions/[email protected]
2929
with:
3030
target-branch: ${{ github.ref_name }}
31-
release-type: simple

release-please-config.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/v16.10.1/schemas/config.json",
3+
"release-type": "simple",
24
"include-v-in-tag": false,
35
"packages": {
46
".": {

0 commit comments

Comments
 (0)