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 89e63a3 commit ccfd215Copy full SHA for ccfd215
Makefile
@@ -83,8 +83,8 @@ release-goa:
83
# First make sure all is clean
84
git diff-index --quiet HEAD
85
cd $(GOPATH)/src/goa.design/examples && \
86
- git checkout master && \
87
- git pull origin master && \
+ git checkout main && \
+ git pull origin main && \
88
89
cd $(GOPATH)/src/goa.design/plugins && \
90
git checkout v$(MAJOR) && \
@@ -110,7 +110,7 @@ release-examples:
110
git add . && \
111
git commit -m "Release v$(MAJOR).$(MINOR).$(BUILD)" && \
112
git tag v$(MAJOR).$(MINOR).$(BUILD) && \
113
- git push origin master && \
+ git push origin main && \
114
git push origin v$(MAJOR).$(MINOR).$(BUILD)
115
116
release-plugins:
0 commit comments