We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2adb67 commit 143b965Copy full SHA for 143b965
.github/workflows/scripts/bump-versions.sh
@@ -200,7 +200,7 @@ create_pr() {
200
201
gh pr create --title "[chore] Prepare release $next_version" \
202
--body "This PR updates the version from $current_version to $next_version" \
203
- --base main --head "$branch_name" --draft
+ --base main --head "$branch_name"
204
}
205
206
# TODO: Once Collector 1.0 is released, we can consider removing the
0 commit comments