Skip to content

Commit 27f89a9

Browse files
fix(internal): update release-please to use ruby strategy for README.md (#123)
1 parent 42a052c commit 27f89a9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

release-please-config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@
6262
"release-type": "ruby",
6363
"version-file": "lib/openai/version.rb",
6464
"extra-files": [
65-
"README.md"
65+
{
66+
"type": "ruby-readme",
67+
"path": "README.md"
68+
}
6669
]
6770
}

0 commit comments

Comments
 (0)