Skip to content

Commit 4c45253

Browse files
authored
chore(release-config): fix the missing type parameter to extra-files
1 parent f7d9fec commit 4c45253

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/release-please-config.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
"release-type": "simple",
66
"changelog-path": "CHANGELOG.md",
77
"extra-files": [
8-
{
9-
"path": "version.txt"
10-
}
8+
{ "type": "generic", "path": "version.txt" }
119
]
1210
}
1311
}

0 commit comments

Comments
 (0)