Skip to content

Commit 9611293

Browse files
committed
2 parents 7341fbe + 8a72fc3 commit 9611293

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{ ".": "0.0.0" }

.github/release-please-config.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"packages": {
4+
".": {
5+
"release-type": "simple",
6+
"changelog-path": "CHANGELOG.md",
7+
"extra-files": [
8+
{
9+
"path": "version.txt"
10+
}
11+
]
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)