Skip to content
This repository was archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
fix: PR title and message are properly generated (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Hardman authored and tunniclm committed Nov 22, 2017
1 parent 76f48de commit f2ba505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion review.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ git push -u origin $BRANCH
curl -u ${USER} -X PUT -H "Content-Type: application/json" -H "Accept: application/vnd.github.loki-preview+json" -d "{\"required_status_checks\": {\"strict\": true,\"contexts\": []},\"required_pull_request_reviews\":{},\"restrictions\": null,\"enforce_admins\": true}" "https://api.github.com/repos/IBM-Swift/generator-swiftserver/branches/$BRANCH/protection"

# create a pull request to master
hub pull-request -b master -m "Do NOT attempt to push further changes to this branch."
hub pull-request -b master -m "Release ${VERSION}"$'\n\nDo NOT attempt to push further changes to this branch.'

0 comments on commit f2ba505

Please sign in to comment.