We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd87b5 commit a232523Copy full SHA for a232523
Makefile
@@ -28,7 +28,7 @@ build:
28
./gradlew build --console=plain
29
30
.PHONY: merge
31
-merge: merge-head create-pr build watch-full merge-squash
+merge: merge-head push create-pr build watch-full merge-squash
32
33
.PHONY: clean
34
clean:
@@ -66,6 +66,9 @@ up-all-deps:
66
create-pr:
67
gh pr create --body "" || exit 0
68
69
+push:
70
+ git push
71
+
72
merge-head:
73
git fetch --all --prune --prune-tags --tags --force
74
git merge origin/HEAD
0 commit comments