We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48caa26 commit d0594d1Copy full SHA for d0594d1
.github/release-please/config.json
@@ -5,7 +5,7 @@
5
"include-component-in-tag": false,
6
"group-pull-request-title-pattern": "chore: release ${component} ${version}",
7
"packages": {
8
- "./proof_verifier_js/ts": {
+ "proof_verifier_js/ts": {
9
"component": "@ethproofs-airbender-verifier",
10
"extra-files": [
11
{
.github/release-please/manifest.json
@@ -1,3 +1,3 @@
1
2
- ".": "0.1.0"
+ "proof_verifier_js/ts": "0.1.0"
3
}
0 commit comments