We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ded73e commit 60be63eCopy full SHA for 60be63e
mk/yang.mk
@@ -35,10 +35,10 @@ publish: git-clean-check $(VBASE).xml $(VBASE).txt $(VBASE).html
35
git add $(PBASE).xml $(PBASE).txt $(PBASE).html
36
git commit -m "yank.mk publish-$(DTYPE)-$(VERSION)"
37
git push origin $(PBRANCH)
38
- git checkout master
+ git checkout main
39
git merge --ff-only $(PBRANCH)
40
sed -i -e 's/\#+RFC_VERSION: *\([0-9]*\)/\#+RFC_VERSION: $(NEXT_VERSION)/' $(ORG)
41
- git commit -am "yank.mk new version post-publish"
+ git commit -am "yank.mk new version -$(NEXT_VERSION) post-publish"
42
43
#republish:
44
# sed -i -e 's/\#+RFC_VERSION: *\([0-9]*\)/\#+RFC_VERSION: $(PREV_VERSION)/' $(ORG)
0 commit comments