Skip to content

Commit 84f9d6f

Browse files
committed
add after publish tag
1 parent d83b334 commit 84f9d6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mk/yang.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ publish: git-clean-check $(VBASE).xml $(VBASE).txt $(VBASE).html
4545
git tag -m "yank.mk: publish-$(SBASE)-$(VERSION)" bp-$(PBRANCH)
4646
git add $(PBASE).xml $(PBASE).txt $(PBASE).html
4747
git commit -m "yank.mk: publish-$(SBASE)-$(VERSION)"
48+
git tag -m "yank.mk: published-$(SBASE)-$(VERSION)" published-$(SBASE)-$(VERSION)
4849
$(MAKE) push_to_remote
4950
git checkout $(MAIN_BRANCH)
5051
git merge --ff-only $(PBRANCH)

0 commit comments

Comments
 (0)