Skip to content

Commit f1936a5

Browse files
committed
chore(release): update knope release pr title
1 parent 58ba58a commit f1936a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/release-crates-check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ publish_list=""
2626
while IFS=$'\t' read -r name version manifest_path; do
2727
echo "checking $name@$version (manifest: $manifest_path) ..."
2828

29-
cargo info "$name@$version" --registry crates-io &> /dev/null
29+
cargo info "$name@$version" --registry crates-io
3030
EXIT_CODE=$?
3131

3232
if [ "$EXIT_CODE" -eq 0 ]; then

knope.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[bot.releases]
22
enabled = true
3+
pull_request.title = "chore(release): router crates and artifacts"
34

45
[github]
56
owner = "graphql-hive"

0 commit comments

Comments
 (0)