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 d83b334 commit 84f9d6fCopy full SHA for 84f9d6f
mk/yang.mk
@@ -45,6 +45,7 @@ publish: git-clean-check $(VBASE).xml $(VBASE).txt $(VBASE).html
45
git tag -m "yank.mk: publish-$(SBASE)-$(VERSION)" bp-$(PBRANCH)
46
git add $(PBASE).xml $(PBASE).txt $(PBASE).html
47
git commit -m "yank.mk: publish-$(SBASE)-$(VERSION)"
48
+ git tag -m "yank.mk: published-$(SBASE)-$(VERSION)" published-$(SBASE)-$(VERSION)
49
$(MAKE) push_to_remote
50
git checkout $(MAIN_BRANCH)
51
git merge --ff-only $(PBRANCH)
0 commit comments