Skip to content

Commit 7596f33

Browse files
authored
chore: create release-please-config.json
1 parent eec6b7f commit 7596f33

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.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)