Skip to content

Commit ccfd215

Browse files
committed
Update examples branch to main
1 parent 89e63a3 commit ccfd215

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ release-goa:
8383
# First make sure all is clean
8484
git diff-index --quiet HEAD
8585
cd $(GOPATH)/src/goa.design/examples && \
86-
git checkout master && \
87-
git pull origin master && \
86+
git checkout main && \
87+
git pull origin main && \
8888
git diff-index --quiet HEAD
8989
cd $(GOPATH)/src/goa.design/plugins && \
9090
git checkout v$(MAJOR) && \
@@ -110,7 +110,7 @@ release-examples:
110110
git add . && \
111111
git commit -m "Release v$(MAJOR).$(MINOR).$(BUILD)" && \
112112
git tag v$(MAJOR).$(MINOR).$(BUILD) && \
113-
git push origin master && \
113+
git push origin main && \
114114
git push origin v$(MAJOR).$(MINOR).$(BUILD)
115115

116116
release-plugins:

0 commit comments

Comments
 (0)