Skip to content

Commit fc0d130

Browse files
authored
ci: Add missing release-manifest for release please (#4)
Signed-off-by: Sam Betts <1769706+Tehsmash@users.noreply.github.com>
1 parent 01fbc23 commit fc0d130

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/release-manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "0.0.0"
3+
}

.github/workflows/release-please.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ jobs:
1919
- uses: googleapis/release-please-action@v4
2020
with:
2121
config-file: .github/release-config.json
22+
manifest-file: .github/release-manifest.json

0 commit comments

Comments
 (0)