We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ba58a commit f1936a5Copy full SHA for f1936a5
.github/release-crates-check.sh
@@ -26,7 +26,7 @@ publish_list=""
26
while IFS=$'\t' read -r name version manifest_path; do
27
echo "checking $name@$version (manifest: $manifest_path) ..."
28
29
- cargo info "$name@$version" --registry crates-io &> /dev/null
+ cargo info "$name@$version" --registry crates-io
30
EXIT_CODE=$?
31
32
if [ "$EXIT_CODE" -eq 0 ]; then
knope.toml
@@ -1,5 +1,6 @@
1
[bot.releases]
2
enabled = true
3
+pull_request.title = "chore(release): router crates and artifacts"
4
5
[github]
6
owner = "graphql-hive"
0 commit comments