Skip to content

Commit

Permalink
Refactor: link pull request on acceptance test (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
int128 authored Jan 23, 2021
1 parent 6e0a395 commit 24bc3c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion acceptance_test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ test:
# add a file to feature branch but do nothing
$(GHCP) commit $(GHCP_FLAGS) -b $(BRANCH_PREFIX)-feature -m "Add fixture1.txt" fixture1.txt
# create a pull request from feature to master
$(GHCP) pull-request $(GHCP_FLAGS) -b $(BRANCH_PREFIX)-feature --base $(BRANCH_PREFIX)-master --title "Test: feature -> master"
$(GHCP) pull-request $(GHCP_FLAGS) -b $(BRANCH_PREFIX)-feature --base $(BRANCH_PREFIX)-master \
--title "Test: feature -> master" \
--body "ref: $(CIRCLE_PULL_REQUESTS)"
# create a release
$(GHCP) release $(GHCP_FLAGS) -t $(BRANCH_PREFIX) fixture1.txt

0 comments on commit 24bc3c5

Please sign in to comment.