Skip to content
This repository was archived by the owner on Oct 31, 2021. It is now read-only.

Commit 816c302

Browse files
committed
[skip ci] Tweaking release makefile
1 parent 89ce6a8 commit 816c302

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.release

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ pre-clean:
2727

2828
release: get-tags-maybe pre-clean notes
2929
gh release delete $(AUTO_VERSION_TAG) -y || true
30-
gh release create $(AUTO_VERSION_TAG) -p -F Notes.md --target $(RELEASE_REVISION) -t $(AUTO_VERSION_TAG)
30+
gh release create $(AUTO_VERSION_TAG) -p -F Notes.md --target $(RELEASE_REVISION) -t $(AUTO_VERSION_TAG)
31+
git pull

0 commit comments

Comments
 (0)