Skip to content

Commit 21e9641

Browse files
locus313Copilot
andauthored
fix: point release-please to VERSION file (#32)
The simple release type defaults to version.txt; configure version-file so the VERSION file is updated on each release. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent e17268f commit 21e9641

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

release-please-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
33
"release-type": "simple",
4+
"version-file": "VERSION",
45
"include-v-in-tag": true,
56
"changelog-sections": [
67
{"type": "feat", "section": "Features"},

0 commit comments

Comments
 (0)