Skip to content

Commit 06f266c

Browse files
authored
fix: remove package-name from release-please config (#65)
Removes package-name field to ensure tags are created in v*.*.* format instead of rewards-eligibility-oracle-v*.*.* format. This allows the CD workflow to trigger correctly and build Docker images.
1 parent c2a5701 commit 06f266c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

release-please-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"packages": {
33
".": {
44
"release-type": "simple",
5-
"package-name": "rewards-eligibility-oracle",
65
"changelog-path": "CHANGELOG.md",
76
"bump-minor-pre-major": true,
87
"bump-patch-for-minor-pre-major": true,

0 commit comments

Comments
 (0)