Skip to content

Commit

Permalink
chore: fix covector config
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 committed Nov 24, 2024
1 parent 316398d commit bd0f97e
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,20 @@
"getPublishedVersion": {
"use": "fetch:check",
"options": {
"url": "https://registry.npmjs.com/${ pkg.pkg }/${ pkg.pkgFile.version }"
"url": "https://api.github.com/repos/swpu-acm/online-judge/git/refs/tags/online-judge-v${ pkg.pkgFile.version }"
}
},
"publish": [
"npm publish --provenance --access public"
]
"publish": ["npm publish --provenance --access public"]
},
"rust": {
"version": true,
"getPublishedVersion": {
"use": "fetch:check",
"options": {
"url": "https://crates.io/api/v1/crates/${ pkg.pkg }/${ pkg.pkgFile.version }"
"url": "https://api.github.com/repos/swpu-acm/online-judge/git/refs/tags/online-judge-v${ pkg.pkgFile.version }"
}
},
"publish": [
"cargo publish --no-verify --allow-dirty"
]
"publish": []
}
},
"packages": {
Expand All @@ -32,4 +28,4 @@
"manager": "rust"
}
}
}
}

0 comments on commit bd0f97e

Please sign in to comment.