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 6d307fb commit fbb18baCopy full SHA for fbb18ba
aws/logs_monitoring/release.sh
@@ -227,7 +227,7 @@ prod_release() {
227
git add "settings.py" "template.yaml"
228
git commit --signoff --message "ci(release): Update version from ${CURRENT_VERSION} to ${FORWARDER_VERSION}"
229
230
- hub pull-request --browse --message "Update version from ${CURRENT_VERSION} to ${FORWARDER_VERSION}"
+ hub pull-request --push --browse --message "Update version from ${CURRENT_VERSION} to ${FORWARDER_VERSION}"
231
232
if ! user_confirm "Review and merge the pull-request before continuing. Continue"; then
233
log_error "Aborting... To restart, run the script with PROD_GITHUB_RESTART=true env variable."
0 commit comments