Skip to content

Commit

Permalink
fix(repo): update versioning in version.go for client (#18700)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerLamTd authored Jan 3, 2025
1 parent fc545ee commit dff1ef4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -27,7 +27,13 @@
},
"packages/relayer": {},
"packages/taiko-client": {
"package-name": "taiko-alethia-client"
"package-name": "taiko-alethia-client",
"extra-files": [
{
"type": "generic",
"path": "internal/version/version.go"
}
]
},
"packages/ui-lib": {}
}

0 comments on commit dff1ef4

Please sign in to comment.