Skip to content

Commit 2947174

Browse files
committed
fix: add plugin metadata to release-please config (#5)
While the file already contains the correct comment, it's not included in the list checked by release-please. Signed-off-by: Szymon Soloch <[email protected]>
1 parent 81a5547 commit 2947174

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

release-please-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"bump-patch-for-minor-pre-major": false,
66
"draft": false,
77
"extra-files": [
8-
"README.md"
8+
"README.md",
9+
"internal/cnpgi/metadata/constants.go"
910
],
1011
"prerelease": false,
1112
"packages": {

0 commit comments

Comments
 (0)