Skip to content

Commit 14bd878

Browse files
committed
fix: add release-please manifest file
1 parent 5a89670 commit 14bd878

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
steps:
1717
- uses: googleapis/release-please-action@v4
1818
with:
19-
config-file: '.release-please-config.json'
19+
config-file: '.release-please-config.json'

.release-please-config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
"pull-request-title-pattern": "chore: release ${version}"
99
}
1010
}
11-
}
11+
}

.release-please-manifest.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "0.1.0"
3+
}

0 commit comments

Comments
 (0)